diff options
-rw-r--r-- | x11-wm/sawfish/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-1.2.ebuild | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog index fdbdb1ff6170..9748cba83e29 100644 --- a/x11-wm/sawfish/ChangeLog +++ b/x11-wm/sawfish/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for x11-wm/sawfish # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.17 2002/11/19 15:01:56 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.18 2002/11/20 22:42:29 azarah Exp $ *sawfish-1.2 (17 Nov 2002) - 19 Nov 2002; phoen][x <phoenix@gentoo.org> sawfish-1.2.ebuild: + 21 Nov 2002; Martin Sclemmer <azarah@gentoo.org> sawfish-1.2.ebuild : + Fix compile problems with both freetype-1.3.1 and xft-2.0 installed. + + 19 Nov 2002; phoen][x <phoenix@gentoo.org> sawfish-1.2.ebuild : Put sawfish-1.2 into the stable profile. 19 Nov 2002; phoen][x <phoenix@gentoo.org> sawfish-1.2.ebuild, diff --git a/x11-wm/sawfish/sawfish-1.2.ebuild b/x11-wm/sawfish/sawfish-1.2.ebuild index 20e949125430..f7f962544b88 100644 --- a/x11-wm/sawfish/sawfish-1.2.ebuild +++ b/x11-wm/sawfish/sawfish-1.2.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/x11-wm/sawfish/sawfish-1.2.ebuild,v 1.4 2002/11/19 15:01:56 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.2.ebuild,v 1.5 2002/11/20 22:42:29 azarah Exp $ inherit base @@ -32,6 +32,12 @@ src_unpack() { cd ${S} einfo "Applying fullscreen patch" patch -p0 < ${FILESDIR}/sawfish-1.2-fullscreen.patch + + # Fix Xft2.0 support not working with XFree86 compiled against system + # freetype2 ... + # <azarah@gentoo.org> (21 Nov 2002) + [ -d /usr/include/freetype2/freetype ] \ + && ln -s /usr/include/freetype2/freetype ${S}/src/freetype } src_compile() { |