mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/seamonkey: fixes
This commit is contained in:
parent
a759dc142c
commit
02fda66a9f
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
# Maintainer: Kyle Keen <keenerd@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - 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
|
||||
|
|
Loading…
Reference in a new issue