Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/julia/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/julia/PKGBUILD')
-rw-r--r--community/julia/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD
deleted file mode 100644
index e8de39ab..00000000
--- a/community/julia/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-eval "$(
- declare -f build | \
- sed '
- /^\s*make / i CFLAGS+=" -march=pentium4" \
- CXXFLAGS+=" -march=pentium4"
- /MARCH="/ s/"x86-64"/"pentium4"/
- '
-)"
-
-eval "$(
- declare -f package_julia | \
- sed '
- /^\s*make / i CFLAGS+=" -march=pentium4" \
- CXXFLAGS+=" -march=pentium4"
- /MARCH="/ s/"x86-64"/"pentium4"/
- '
-)"