summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-21 22:18:05 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-21 22:18:05 +0000
commit41cbb2384621601736ba0a93ab54f8aaaa565d95 (patch)
treea6c0f4268c261ec99f4d11c51b96870a83a50574 /x11-libs/xft
parentnew version (diff)
downloadhistorical-41cbb2384621601736ba0a93ab54f8aaaa565d95.tar.gz
historical-41cbb2384621601736ba0a93ab54f8aaaa565d95.tar.bz2
historical-41cbb2384621601736ba0a93ab54f8aaaa565d95.zip
Fix for possible config generation problem
Diffstat (limited to 'x11-libs/xft')
-rw-r--r--x11-libs/xft/ChangeLog5
-rw-r--r--x11-libs/xft/xft-2.0-r1.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/xft/ChangeLog b/x11-libs/xft/ChangeLog
index 19ef62293eca..1827d1a24995 100644
--- a/x11-libs/xft/ChangeLog
+++ b/x11-libs/xft/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for x11-libs/xft
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/ChangeLog,v 1.3 2002/11/18 23:29:42 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/ChangeLog,v 1.4 2002/11/21 22:18:05 foser Exp $
*xft-2.0-r1 (19 Nov 2002)
+ 21 Nov 2002; foser <foser@gentoo.org> xft-2.0-r1.ebuild :
+ Added passing X dirs to fix possible problems with config paths
+
19 Nov 2002; foser <foser@gentoo.org> xft-2.0-r1.ebuild :
Fixed deps
Made a symlink from /usr/X11R6/lib/libXft.so to xft2
diff --git a/x11-libs/xft/xft-2.0-r1.ebuild b/x11-libs/xft/xft-2.0-r1.ebuild
index bc1a24591cf3..d8f11ffce065 100644
--- a/x11-libs/xft/xft-2.0-r1.ebuild
+++ b/x11-libs/xft/xft-2.0-r1.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-libs/xft/xft-2.0-r1.ebuild,v 1.1 2002/11/18 23:29:42 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/xft-2.0-r1.ebuild,v 1.2 2002/11/21 22:18:05 foser Exp $
PROVIDE="virtual/xft"
DESCRIPTION="Xft2"
@@ -28,14 +28,15 @@ src_unpack() {
}
src_compile() {
- econf || die "Xft2 config failed"
+ econf --x-includes=/usr/X11R6/includes \
+ --x-libraries=/usr/X11R6/lib \
+ || die "Xft2 config failed"
emake || die "Xft2 make failed"
}
src_install() {
einstall confdir=${D}/etc/fonts \
- datadir=${D}/usr/share \
- libdir=${D}/usr/lib || die
+ datadir=${D}/usr/share || die
dodir /usr/X11R6/lib
dosym /usr/lib/libXft.so.2.0 /usr/X11R6/lib/libXft.so