Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ponyc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ponyc/PKGBUILD')
-rw-r--r--community/ponyc/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/ponyc/PKGBUILD b/community/ponyc/PKGBUILD
deleted file mode 100644
index 2e505e1e..00000000
--- a/community/ponyc/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# It seems, compiling for i686 is as simple as specifying you want i686.
-
-eval "$(
- declare -f build check | \
- sed '
- s|x86-64|i686|
- s|make |make default_pic=true|
- '
-)"
-
-# the compiler seems fine, but the test frameworks seems to break with
-# newer LLVM, for now, ignoring the tests:
-# https://github.com/ponylang/ponyc/issues/2875
-eval "$(
- declare -f check | \
- sed '
- s/\(make.*\)/\1 || true/
- '
-)"