summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-10-17 19:16:16 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-10-17 19:16:16 +0000
commit49ebfcc0002cfcdcfed2b9fbefff1d788cc08d03 (patch)
tree8010a9a7b7d7f36f2518c38812bcb3b06bbfbd1e /net-www/mozilla/mozilla-1.0-r3.ebuild
parentchanged KEYWORDS to phase out of package.mask (diff)
downloadhistorical-49ebfcc0002cfcdcfed2b9fbefff1d788cc08d03.tar.gz
historical-49ebfcc0002cfcdcfed2b9fbefff1d788cc08d03.tar.bz2
historical-49ebfcc0002cfcdcfed2b9fbefff1d788cc08d03.zip
add fix for missing X includes that only happen in rare cases
Diffstat (limited to 'net-www/mozilla/mozilla-1.0-r3.ebuild')
-rw-r--r--net-www/mozilla/mozilla-1.0-r3.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-www/mozilla/mozilla-1.0-r3.ebuild b/net-www/mozilla/mozilla-1.0-r3.ebuild
index f08a12061195..07e9d4e87313 100644
--- a/net-www/mozilla/mozilla-1.0-r3.ebuild
+++ b/net-www/mozilla/mozilla-1.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0-r3.ebuild,v 1.17 2002/10/15 13:24:31 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0-r3.ebuild,v 1.18 2002/10/17 19:16:16 azarah Exp $
IUSE="moznomail java mozp3p mozaccess gtk2 mozinterfaceinfo ssl ldap mozxmlterm mozctl gnome mozsvg"
@@ -108,6 +108,11 @@ src_unpack() {
cd ${S}/widget/src/gtk2
bzip2 -dc ${FILESDIR}/gtk2_widget.patch.bz2 | patch -p0 || die
fi
+
+ # Fix bug #7656
+ cd ${S}/other-licenses/Xft/Xrender
+ ln -s /usr/X11R6/include/X11/extensions/Xext.h Xext.h
+ ln -s /usr/X11R6/include/X11/extensions/renderproto.h renderproto.h
}
src_compile() {