aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSardem FF7 <sardemff7.pub@gmail.com>2011-04-16 14:12:44 +0200
committerSardem FF7 <sardemff7.pub@gmail.com>2011-04-16 14:12:44 +0200
commit21224084a58fbfa4265332a5307d34b1e64dbccb (patch)
treea613cee4d6da508b69929858883e4984080a6391
parentUpdate the icon copy for .desktop (diff)
downloadsardemff7-21224084a58fbfa4265332a5307d34b1e64dbccb.tar.gz
sardemff7-21224084a58fbfa4265332a5307d34b1e64dbccb.tar.bz2
sardemff7-21224084a58fbfa4265332a5307d34b1e64dbccb.zip
Disable old libstdc++ hacks
-rw-r--r--eclass/mozilla-config.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/mozilla-config.eclass b/eclass/mozilla-config.eclass
index c03f182..88129b7 100644
--- a/eclass/mozilla-config.eclass
+++ b/eclass/mozilla-config.eclass
@@ -41,6 +41,7 @@ RDEPEND="
DEPEND="${RDEPEND}
webm? ( dev-lang/yasm )
+ >=sys-devel/gcc-4.1
"
IUSE="+alsa custom-optimization dbus +ipc libnotify mozdom raw startup-notification +system-sqlite +webm wifi"
@@ -151,6 +152,7 @@ function mozconfig_configure {
mozconfig_annotate 'Gentoo system' \
--disable-installer \
--disable-pedantic \
+ --disable-stdcxx-compat \
--with-system-jpeg \
--with-system-bz2 \
--with-system-zlib \