1
0
forked from ports/opt

firefox: updated to 18.0

This commit is contained in:
Fredrik Rinnestam 2013-01-08 19:29:19 +01:00
parent b6e36e0e6b
commit b8992877a8
4 changed files with 280 additions and 69 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
13d616028eb77de927c29b6655c832c9 firefox-17.0.1.source.tar.bz2
f5e161ea8f52533addadc2b3a85a641c mozconfig
485d02563854c20a3788d89db07b0687 firefox-18.0.source.tar.bz2
c9dead5a7405921b3f447ba6c3eebb61 mozconfig

View File

@ -4,7 +4,7 @@
# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
name=firefox
version=17.0.1
version=18.0
release=1
source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2
mozconfig)
@ -19,6 +19,10 @@ build() {
export CFLAGS="$CFLAGS -mno-avx"
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
./configure
#mozilla sucks: BZ #824381
mkdir $SRC/mozilla-release/js/src/.deps
make
install -d \

View File

@ -10,7 +10,7 @@ mk_add_options MOZ_MAKE_FLAGS="#MAKEFLAGS#"
# crux options
ac_add_options --prefix=/usr
ac_add_options --with-system-jpeg
#ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
ac_add_options --with-system-png