1
0
forked from ports/opt

firefox: updated to 21.0

This commit is contained in:
Fredrik Rinnestam 2013-05-14 19:11:14 +02:00
parent 90d50468ab
commit 3cf6b23735
3 changed files with 1198 additions and 434 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
e664416da2075f13089fe3e883cadb73 firefox-20.0.source.tar.bz2
6e2510e9466b280c367de0e4c05a8840 firefox-21.0.source.tar.bz2
d91eb34fc5c0efaac74d3ac266cc94d2 mozconfig

View File

@ -4,7 +4,7 @@
# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
name=firefox
version=20.0
version=21.0
release=1
source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2
mozconfig)
@ -20,7 +20,6 @@ build() {
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
./configure
#mozilla sucks: BZ #824381
mkdir $SRC/mozilla-release/js/src/.deps
make
@ -40,4 +39,8 @@ build() {
install -d $PKG/etc/ld.so.conf.d
echo "/usr/lib/$name" > $PKG/etc/ld.so.conf.d/$name.conf
# cleanup
find $PKG -name .mkdir.done -delete
}