diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 01:16:08 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 01:16:08 +0000 |
commit | b42797977b4cd0b9a425b27ec081d310783f6447 (patch) | |
tree | 449d02c0454063f90d827facea50a4fceed061f3 /net-www/mozilla | |
parent | dependency fixes to make it not pull in gnome2 (diff) | |
download | gentoo-2-b42797977b4cd0b9a425b27ec081d310783f6447.tar.gz gentoo-2-b42797977b4cd0b9a425b27ec081d310783f6447.tar.bz2 gentoo-2-b42797977b4cd0b9a425b27ec081d310783f6447.zip |
Damned. I miscommited again.
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/mozilla-1.0-r3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-www/mozilla/mozilla-1.0-r3.ebuild b/net-www/mozilla/mozilla-1.0-r3.ebuild index 02911915da58..7753f8ca43f6 100644 --- a/net-www/mozilla/mozilla-1.0-r3.ebuild +++ b/net-www/mozilla/mozilla-1.0-r3.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0-r3.ebuild,v 1.5 2002/07/25 00:35:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0-r3.ebuild,v 1.6 2002/07/25 01:16:08 spider Exp $ # NOTE: to build without the mail and news component: export NO_MAIL="YES" -inherit makeedit # handle _rc versions MY_PV1=${PV/_} @@ -189,7 +188,7 @@ src_compile() { # Crashes on start when compiled with -fomit-frame-pointer CFLAGS="${CFLAGS/-fomit-frame-pointer}" - CXXFLAGS="${CXXFLAGS/-fomit-frame-pointer} -Wno-deprecated" + CXXFLAGS="${CXXFLAGS/-fomit-frame-pointer}" ./configure --prefix=/usr/lib/mozilla \ --disable-pedantic \ @@ -206,11 +205,10 @@ src_compile() { --with-java-supplement \ --with-pthreads \ --with-extensions="${myext}" \ - --enable-optimize="-O3" \ + --enable-optimize="-Wno-deprecated -O3" \ --with-default-mozilla-five-home=/usr/lib/mozilla \ ${myconf} || die - edit_makefiles make || die # Build the NSS/SSL support |