summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/julia/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD
new file mode 100644
index 00000000..2c862052
--- /dev/null
+++ b/community/julia/PKGBUILD
@@ -0,0 +1,8 @@
+eval "$(
+ declare -f build | \
+ sed '
+ /^\s*make / i CFLAGS+=" -march=pentium4" \
+ CXXFLAGS+=" -march=pentium4"
+ /MARCH="/ s/"x86-64"/"pentium4"/
+ '
+)"