summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-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|'
+)"