diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-08 19:10:00 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-08 19:10:00 -0300 |
commit | e3e74aa239d5956f409c7660fba8b7607b4abe2a (patch) | |
tree | f43218eb713abf3d0ad4486a979cbc11c4db0d0d /libre/icecat | |
parent | 38d60936a5c990bf8aafa165d59a165530ac8f60 (diff) |
icecat: disable pgo and revert necko-wifi
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index f6d49db13..809e119d6 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -10,7 +10,7 @@ # Contributor: evr <evanroman at gmail> # Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com> -_pgo=true +_pgo=false pkgname=icecat pkgver=17.0.1 @@ -18,7 +18,7 @@ pkgrel=9 pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.' arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) -depends=(alsa-lib dbus-glib desktop-file-utils gtk2 gstreamer0.10-base hicolor-icon-theme hunspell libevent libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) +depends=(alsa-lib dbus-glib desktop-file-utils gtk2 gstreamer0.10-base wireless_tools hicolor-icon-theme hunspell libevent libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) makedepends=(autoconf2.13 diffutils imagemagick libidl2 librsvg libxslt mesa pkg-config python2 unzip zip) options=(!emptydirs) if $_pgo; then @@ -87,7 +87,7 @@ prepare() { fi # disable necko-wifi and wireless_tools in IceCat - echo 'ac_add_options --disable-necko-wifi' >> .mozconfig + #echo 'ac_add_options --disable-necko-wifi' >> .mozconfig chmod +x build/unix/run-icecat.sh # fix bug for bad file permition |