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:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-01 20:10:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-01 20:10:07 +0200
commit68b94258499d3292d116842930d448fabf5928dc (patch)
treef1d574186aa74e86ee9d9f5dead5cc9e889e27da /community/seamonkey/PKGBUILD
parentc258a550576a8cb76db96ca27d04e5d2a410712f (diff)
community/seamonkey: dropped to AUR upstream
Diffstat (limited to 'community/seamonkey/PKGBUILD')
-rw-r--r--community/seamonkey/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD
deleted file mode 100644
index 72135290..00000000
--- a/community/seamonkey/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# avoid memory exhaustion in GNU linker
-eval "$(
- declare -f build | \
- sed '
- /make/ i \
- export LDFLAGS="-Wl,--no-keep-memory"
- '
-)"
-
-# nss 3.65 adds a global CLEANUP macro in 'nss/pk11hpke.h', collides with
-# CLEANUP in enum in IDBTransaction (indexdb)
-source+=('seamonkey-2.53.7.1-CLEANUP.patch')
-sha256sums+=('7c0a7491ae5f76aa4b0b171c7dbc0bc108d7686da8741398f46a2b9b314152af')
-eval "$(
- declare -f prepare | \
- sed '
- /patch.*rust.*/ a \ patch -p1 < ../seamonkey-2.53.7.1-CLEANUP.patch
- '
-)"