diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-08 12:55:07 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-08 12:55:07 +0000 |
commit | de67d4a0946557c6c45e7c63980a745fe65c83ed (patch) | |
tree | 400318bd5e8d609f6df136f0e7cfa7b4cfb3b158 /net-www/mozilla | |
parent | fix mask booboo (diff) | |
download | gentoo-2-de67d4a0946557c6c45e7c63980a745fe65c83ed.tar.gz gentoo-2-de67d4a0946557c6c45e7c63980a745fe65c83ed.tar.bz2 gentoo-2-de67d4a0946557c6c45e7c63980a745fe65c83ed.zip |
added patch to make galeon cvs head build. wrapped in use gtk2 flags
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.0-r3.ebuild | 7 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.1-r1.ebuild | 6 |
3 files changed, 14 insertions, 4 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 984fbc84ed0b..62ed7566c24a 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-www/mozilla # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.36 2002/09/07 21:36:40 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.37 2002/09/08 12:55:07 spider Exp $ *mozilla-1.1-r1 (7 Sep 2002) + 9 Sep 2002; Spider <spider@gentoo.org> mozilla-1.1-r1.ebuild : + added the patch to make galeon cvs head build with "use gtk2" + 7 Sep Martin Schlemmer <azarah@gentoo.org> mozilla-1.1-r1.ebuild : Install pkgconfig files (*.pc). This should resolve bug #7571. diff --git a/net-www/mozilla/mozilla-1.0-r3.ebuild b/net-www/mozilla/mozilla-1.0-r3.ebuild index 4fb05cce6973..8c5fef3cffab 100644 --- a/net-www/mozilla/mozilla-1.0-r3.ebuild +++ b/net-www/mozilla/mozilla-1.0-r3.ebuild @@ -1,7 +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.10 2002/08/16 03:01:02 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0-r3.ebuild,v 1.11 2002/09/08 12:55:07 spider Exp $ +inherit makeedit # NOTE: to build without the mail and news component: export NO_MAIL="YES" # handle _rc versions @@ -218,7 +219,9 @@ src_compile() { --enable-optimize="-Wno-deprecated -O3" \ --with-default-mozilla-five-home=/usr/lib/mozilla \ ${myconf} || die - + + edit_makefiles + make || die # Build the NSS/SSL support diff --git a/net-www/mozilla/mozilla-1.1-r1.ebuild b/net-www/mozilla/mozilla-1.1-r1.ebuild index 53ae177b9785..041fbcbf1dda 100644 --- a/net-www/mozilla/mozilla-1.1-r1.ebuild +++ b/net-www/mozilla/mozilla-1.1-r1.ebuild @@ -1,6 +1,6 @@ # 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.1-r1.ebuild,v 1.1 2002/09/07 21:36:40 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.1-r1.ebuild,v 1.2 2002/09/08 12:55:07 spider Exp $ # NOTE: to build without the mail and news component: export NO_MAIL="YES" inherit makeedit @@ -89,6 +89,10 @@ src_unpack() { mv ${WORKDIR}/ipc ${S}/extensions/ mv ${WORKDIR}/enigmail ${S}/extensions/ fi + + if [ -n "`use gtk2`" ]; then + patch -p0 <${FILESDIR}/gtk2mozilla_head_patch || die "the gtk2 patch failed" + fi } src_compile() { |