Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/ocaml/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ocaml/PKGBUILD')
-rw-r--r--extra/ocaml/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/ocaml/PKGBUILD b/extra/ocaml/PKGBUILD
new file mode 100644
index 00000000..f8aba586
--- /dev/null
+++ b/extra/ocaml/PKGBUILD
@@ -0,0 +1,8 @@
+# configure says frame pointers are not supported on this platform
+# Also switch to world instead of world.opt because the native code compiler has been dropped
+eval "$(
+ declare -f build | \
+ sed '
+ s@-enable-frame-pointers@@;s@world.opt@world@
+ '
+)"