mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/seamonkey: remove upstreamed arm patch
This commit is contained in:
parent
4bf3377777
commit
890e7879b5
1 changed files with 0 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
|||
# Maintainer: Kyle Keen <keenerd@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch to fix ARM hardfp bug
|
||||
# - mozconfig additions used in xulrunner, just in case
|
||||
|
||||
pkgname=seamonkey
|
||||
|
@ -22,12 +21,10 @@ url="http://www.seamonkey-project.org/"
|
|||
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
|
||||
mozconfig
|
||||
seamonkey-2.0-lang.patch
|
||||
arm-hardfp.patch::https://hg.mozilla.org/mozilla-central/raw-rev/280aa953c868
|
||||
rhbz-966424.patch)
|
||||
md5sums=('ffd77471765e1a38c2a00ab3453a96a7'
|
||||
'806cb42b072a8e749685ae6eafefb4ec'
|
||||
'25b6fe16ac24cd5c852213e5c1adb272'
|
||||
'aaabaf6df9a493570bb8f0d8fac54ace'
|
||||
'8c1578232b7a60fa1caa9a0b322d1e2b')
|
||||
|
||||
prepare() {
|
||||
|
@ -47,9 +44,6 @@ prepare() {
|
|||
|
||||
# 2.26 build fix from wgnie (blfs ch 37)
|
||||
sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
|
||||
|
||||
cd mozilla
|
||||
patch -p1 -i ${srcdir}/arm-hardfp.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue