diff options
author | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-07 22:24:50 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-07 22:24:50 -0300 |
commit | c2f0205881eddc0f4647fd82b1b77611ff81fc32 (patch) | |
tree | 33e1251493c2c0eceb017f4ecd7ccca88a0b667c /libre/iceweasel-libre | |
parent | da483892765a9334d375a500f05a4431ee928e15 (diff) | |
parent | 63122e4078971bc5f0ef4f84e48c9838deb56082 (diff) | |
download | abslibre-c2f0205881eddc0f4647fd82b1b77611ff81fc32.tar.gz abslibre-c2f0205881eddc0f4647fd82b1b77611ff81fc32.tar.bz2 abslibre-c2f0205881eddc0f4647fd82b1b77611ff81fc32.zip |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/iceweasel-libre')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/iceweasel-libre/mozconfig | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 314d5ca6d..b3c907179 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -54,7 +54,7 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch) md5sums=('22daa24b6490c654f131550cbf20fad3' '0c70ab52f35701558081df3d360361a2' - '01f56b3ccbead0f665ed82fae0b8f290' + 'f90c6a70d0a6d0a9e7f9a0eed6aeffd3' '383e8e2a97a8b13fe56d153adb6878b6' '5addd418bf32b673fdfe80c8fefbea1a' '7b9e5996dd9fe0b186a43a297db1c6b5' diff --git a/libre/iceweasel-libre/mozconfig b/libre/iceweasel-libre/mozconfig index d7961bf41..c929b8972 100644 --- a/libre/iceweasel-libre/mozconfig +++ b/libre/iceweasel-libre/mozconfig @@ -13,9 +13,7 @@ ac_add_options --with-system-nss ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 -# Build with bundled libpng to avoid flickering tab loading icon -# https://bugzilla.mozilla.org/show_bug.cgi?id=841734 -#ac_add_options --with-system-png +ac_add_options --with-system-png ac_add_options --with-system-libevent ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell |