From 6929c486652b9f9715bbb5df39255a1585041502 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 27 Jun 2013 07:57:23 -0600 Subject: [PATCH] extra/xulrunner: remove alarm patch --- extra/xulrunner/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/extra/xulrunner/PKGBUILD b/extra/xulrunner/PKGBUILD index 2594d184d..92241195e 100644 --- a/extra/xulrunner/PKGBUILD +++ b/extra/xulrunner/PKGBUILD @@ -3,8 +3,7 @@ # Contributor: Alexander Baldeck # ALARM: Kevin Mihelich -# - added --disable-elf-hack to mozconfig -# - patch to fix busted code +# - added --disable-elf-hack/neon to mozconfig highmem=1 @@ -20,8 +19,7 @@ url="http://wiki.mozilla.org/XUL:Xul_Runner" source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2 mozconfig mozilla-pkgconfig.patch - shared-libs.patch - alarm.patch) + shared-libs.patch) options=('!emptydirs') replaces=('xulrunner-oss') sha256sums=('f806adf3f1c5b4c8d26322401ef876c73a549f93911be921044f508d698ac589' @@ -37,7 +35,6 @@ prepare() { #fix libdir/sdkdir - fedora patch -Np1 -i ../mozilla-pkgconfig.patch patch -Np1 -i ../shared-libs.patch - patch -Np0 -i ../alarm.patch # WebRTC build tries to execute "python" and expects Python 2 # Workaround taken from chromium PKGBUILD