extra/xulrunner: remove alarm patch

This commit is contained in:
Kevin Mihelich 2013-06-27 07:57:23 -06:00
parent 2a4773b67d
commit 6929c48665

View file

@ -3,8 +3,7 @@
# Contributor: Alexander Baldeck <alexander@archlinux.org>
# 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