summaryrefslogtreecommitdiff
path: root/community/ponyc
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-28 15:20:03 +0200
committerErich Eckner <git@eckner.net>2017-09-28 15:20:03 +0200
commit21f32dfcd0f2e9e1858504dd352c71ba4e652fcf (patch)
tree2fb18fbc94183ff98764dc8e7014c77232c0f1eb /community/ponyc
parent0e6a6cd18e77873413e99c7d5f11598979a6626d (diff)
downloadpackages-21f32dfcd0f2e9e1858504dd352c71ba4e652fcf.tar.xz
community/ponyc: blacklisted -> patched
Diffstat (limited to 'community/ponyc')
-rw-r--r--community/ponyc/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/ponyc/PKGBUILD b/community/ponyc/PKGBUILD
new file mode 100644
index 00000000..a0560166
--- /dev/null
+++ b/community/ponyc/PKGBUILD
@@ -0,0 +1,6 @@
+# It seems, compiling for i686 is as simple as specifying you want i686.
+
+eval "$(
+ declare -f build check | \
+ sed 's|x86-64|i686|'
+)"