mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/xulrunner: remove alarm patch
This commit is contained in:
parent
2a4773b67d
commit
6929c48665
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue