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/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD
deleted file mode 100644
index a00df5b2..00000000
--- a/community/julia/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-eval "$(
- declare -f build | \
- sed '
- /.*make.*$_buildopts/ i \
- _buildopts="${_buildopts/MARCH=x86-64/MARCH=pentium4}" \
- '
-)"
-
-eval "$(
- declare -f package | \
- sed '
- /.*make.*$_buildopts/ i \
- _buildopts="${_buildopts/MARCH=x86-64/MARCH=pentium4}" \
- '
-)"
-
-eval "$(
- declare -f build | \
- sed '
- /^\s*make / i export CFLAGS+=" -march=pentium4" \
- export CXXFLAGS+=" -march=pentium4"
- '
-)"
-
-eval "$(
- declare -f package | \
- sed '
- /^\s*make / i export CFLAGS+=" -march=pentium4" \
- export CXXFLAGS+=" -march=pentium4"
- '
-)"