diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-03-18 18:02:41 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-03-18 18:02:41 +0000 |
commit | 759fe1f3036a1ef8ac9503e2c89c59315426df7a (patch) | |
tree | fef932a319187be4949165c4feaeeae03c5e9dcc /net-www/mozilla | |
parent | new version (diff) | |
download | gentoo-2-759fe1f3036a1ef8ac9503e2c89c59315426df7a.tar.gz gentoo-2-759fe1f3036a1ef8ac9503e2c89c59315426df7a.tar.bz2 gentoo-2-759fe1f3036a1ef8ac9503e2c89c59315426df7a.zip |
Remove --enable-rtti as it is not used according to mozilla.org
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/mozilla-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mozilla/mozilla-1.3.ebuild b/net-www/mozilla/mozilla-1.3.ebuild index 8d0cad8fba02..46559f673489 100644 --- a/net-www/mozilla/mozilla-1.3.ebuild +++ b/net-www/mozilla/mozilla-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3.ebuild,v 1.1 2003/03/18 17:53:01 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3.ebuild,v 1.2 2003/03/18 18:02:41 azarah Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome" # Internal USE flags that I do not really want to advertise ... @@ -221,8 +221,8 @@ src_compile() { --disable-debug \ --disable-tests \ --enable-reorder \ - --enable-strip \ - --enable-cpp-rtti" + --enable-strip" +# --enable-cpp-rtti" # Currently --enable-elf-dynstr-gc only works for x86 and ppc, # thanks to Jason Wever <weeve@gentoo.org> for the fix. |