summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-03 22:26:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-03 22:26:17 -0700
commit656c3ea3e87961dbc19cf4392242dd99b9eb4b24 (patch)
tree3b960333051e67e01fa2d45f8ac141e0d9a2ee4d
parentDisable gconf and mozril-geoloc (diff)
downloadpalemoon-656c3ea3e87961dbc19cf4392242dd99b9eb4b24.tar.xz
Disable system cairo as workaround for some images inducing segfaults
-rw-r--r--PKGBUILD4
-rw-r--r--mozconfig.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a336cc0..f052c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ license=(MPL GPL LGPL)
url="https://www.palemoon.org/"
depends=(gtk2 desktop-file-utils libxt startup-notification mime-types dbus-glib
libpulse alsa-lib
- bzip2 cairo libffi hunspell icu libjpeg-turbo libevent libvpx nspr nss pixman libpng sqlite zlib)
+ bzip2 libffi hunspell icu libjpeg-turbo libevent libvpx nspr nss pixman libpng sqlite zlib)
makedepends=(unzip zip python2 yasm
jack
autoconf2.13)
@@ -29,7 +29,7 @@ source=(palemoon-$pkgver.tar.gz::https://github.com/MoonchildProductions/UXP/arc
mozconfig.in
system-libs.patch)
sha256sums=('c7fd6cbac161957bbca1c861cada556dd853e368cc2122e9a5f1052e72fc659e'
- 'fd0d88fe597c44442334dc24baa843379ed8845f709a19033e907e9225d159b4'
+ 'd6a86fbf29a78ef3ca150e48bff7a5c40c0158075cc2c9d6c49470e8a7dedddf'
'20a037116f85737849b663c61b55fdc7120f83e960ba5b416d70a910de0e9443')
prepare() {
diff --git a/mozconfig.in b/mozconfig.in
index 6373896..e45d044 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -16,7 +16,7 @@ ac_add_options --enable-jemalloc
ac_add_options --with-pthreads
ac_add_options --with-system-bz2
-ac_add_options --enable-system-cairo
+#ac_add_options --enable-system-cairo
ac_add_options --with-system-ffi
ac_add_options --enable-system-hunspell
ac_add_options --with-system-icu