diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-07 17:09:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-07 17:09:23 -0300 |
commit | 5eea004e24f4a10635032da9e9828dc15b8c6fa5 (patch) | |
tree | bc34d92956c338d1c8a50739e389b4888bc0e2d8 /libre/icecat | |
parent | 623f5c8974965d114020b2ed4e0090ff90b5b276 (diff) |
icecat-17.0.1-8: rebuild against libpng
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index d32a96d52..23749dafd 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -14,7 +14,7 @@ _pgo=true pkgname=icecat pkgver=17.0.1 -pkgrel=7 +pkgrel=8 pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.' arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) @@ -99,8 +99,7 @@ prepare() { # configure script misdetects the preprocessor without an optimization level # https://bugs.archlinux.org/task/34644 - # TODO: re-enable when we're building with GCC >= 4.8 again - #sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure + sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure } build() { |