Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/seamonkey/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/seamonkey/PKGBUILD')
-rw-r--r--community/seamonkey/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD
deleted file mode 100644
index 085b4d69..00000000
--- a/community/seamonkey/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# avoid memory exhaustion in GNU linker
-eval "$(
- declare -f build | \
- sed '
- /make/ i \
- export LDFLAGS="-Wl,--no-keep-memory"
- '
-)"
-
-# rust is too old, needs llvm10 for now
-makedepends=("${makedepends[@]/llvm/llvm10}")