summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2002-12-08 06:15:30 +0000
committerMatt Keadle <mkeadle@gentoo.org>2002-12-08 06:15:30 +0000
commit4f92db8ef06b143023a1c1ffec315fc16af624bc (patch)
treeddfff36a6a0df02ae5ae45f8a6c5693676905759 /eclass/commonbox.eclass
parentFixed DEPEND from virtual/jdk-1.4 to virtual/jdk-1.3 (diff)
downloadgentoo-2-4f92db8ef06b143023a1c1ffec315fc16af624bc.tar.gz
gentoo-2-4f92db8ef06b143023a1c1ffec315fc16af624bc.tar.bz2
gentoo-2-4f92db8ef06b143023a1c1ffec315fc16af624bc.zip
Minor update to commonbox.eclass
Diffstat (limited to 'eclass/commonbox.eclass')
-rw-r--r--eclass/commonbox.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass
index 3b467bef2f01..e3218c845237 100644
--- a/eclass/commonbox.eclass
+++ b/eclass/commonbox.eclass
@@ -1,7 +1,7 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.13 2002/11/25 22:50:56 mkeadle Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.14 2002/12/08 06:15:30 mkeadle Exp $
# The commonbox eclass is designed to allow easier installation of the box
# window managers such as blackbox and fluxbox and commonbox
@@ -24,6 +24,7 @@ PROVIDE="virtual/blackbox"
myconf=""
mydoc=""
BOOTSTRAP=""
+FORCEXFT=""
if [ -z "${MYBIN}" ]
then
@@ -99,6 +100,8 @@ commonbox_src_compile() {
--sysconfdir=/etc/X11/${MYBIN} \
--datadir=/usr/share/commonbox \
${myconf} || die
+
+ [ ! -z "${FORCEXFT}" ] && echo "#define XFT 1" >> ${S}/config.h
emake \
pkgdatadir=/usr/share/commonbox || die