diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD index e0d9a6300..6aa5159e1 100644 --- a/community/seamonkey/PKGBUILD +++ b/community/seamonkey/PKGBUILD @@ -1,9 +1,11 @@ # Maintainer: Kyle Keen # ALARM: Kevin Mihelich -# - mozconfig additions used in xulrunner, just in case +# - mozconfig changes +# - patch to fix neon usage highmem=1 +buildarch=12 pkgname=seamonkey pkgver=2.53.2 @@ -51,6 +53,9 @@ prepare() { ac_add_options --with-google-location-service-api-keyfile=${PWD@Q}/google-api-key ac_add_options --with-google-safebrowsing-api-keyfile=${PWD@Q}/google-api-key ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key + + # ALARM + ac_add_options --disable-webrtc EOF [[ $CARCH != "aarch64" ]] && echo "ac_add_options --disable-elf-hack" >> .mozconfig