diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 01:01:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 01:01:26 +0000 |
commit | 00da387669560ec0530ff168fcbdabc3e351108c (patch) | |
tree | 4c9bc1a9ae960a9f77f8f53862c3c7e40bbcba8e /x11-misc/xmbdfed | |
parent | Added missing files. (Manifest recommit) (diff) | |
download | gentoo-2-00da387669560ec0530ff168fcbdabc3e351108c.tar.gz gentoo-2-00da387669560ec0530ff168fcbdabc3e351108c.tar.bz2 gentoo-2-00da387669560ec0530ff168fcbdabc3e351108c.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc/xmbdfed')
-rw-r--r-- | x11-misc/xmbdfed/ChangeLog | 3 | ||||
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.5.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog index c1f23d0b1228..9a57193c752d 100644 --- a/x11-misc/xmbdfed/ChangeLog +++ b/x11-misc/xmbdfed/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> xmbdfed-4.5.ebuild: + QA - fix use invocation + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xmbdfed-4.5.ebuild: Add inherit eutils diff --git a/x11-misc/xmbdfed/xmbdfed-4.5.ebuild b/x11-misc/xmbdfed/xmbdfed-4.5.ebuild index d79cfce884cb..057c6c370fa1 100644 --- a/x11-misc/xmbdfed/xmbdfed-4.5.ebuild +++ b/x11-misc/xmbdfed/xmbdfed-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.5.ebuild,v 1.7 2004/04/27 20:54:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.5.ebuild,v 1.8 2004/06/24 01:01:26 agriffis Exp $ inherit eutils @@ -36,7 +36,7 @@ src_compile() { local incs="-I/usr/X11R6/include" local libs="-L/usr/X11R6/lib -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" - if [ `use truetype` ] ; then + if use truetype ; then flags="FTYPE_DEFS=\"-DHAVE_FREETYPE\"" incs="${incs} -I/usr/include/freetype" libs="${libs} -lttf" |