summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-06-13 02:11:37 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-06-13 02:11:37 +0000
commit03fba8718c91f871c17cdfac290eed012c734735 (patch)
tree21db2e3a294f5e200ce77b0a300f48ae6644fca1 /x11-libs
parentVersion bump, ebuild cleanups, added debug useflag. (Manifest recommit) (diff)
downloadgentoo-2-03fba8718c91f871c17cdfac290eed012c734735.tar.gz
gentoo-2-03fba8718c91f871c17cdfac290eed012c734735.tar.bz2
gentoo-2-03fba8718c91f871c17cdfac290eed012c734735.zip
use_enable fixup
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/fox/fox-1.2.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/fox/fox-1.2.4.ebuild b/x11-libs/fox/fox-1.2.4.ebuild
index 7861e1f028e1..351b32405f77 100644
--- a/x11-libs/fox/fox-1.2.4.ebuild
+++ b/x11-libs/fox/fox-1.2.4.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-libs/fox/fox-1.2.4.ebuild,v 1.1 2004/06/13 01:59:12 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.2.4.ebuild,v 1.2 2004/06/13 02:11:37 pyrania Exp $
IUSE="cups debug opengl"
DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively"
@@ -19,7 +19,8 @@ src_compile() {
local myconf
use opengl || myconf="$myconf --with-opengl=no" #default enabled
- myconf="$myconf `use_enable cups debug`" #default disabled
+ myconf="$myconf `use_enable cups`" #default disabled
+ myconf="$myconf `use_enable debug`" #default disabled
./configure \
--prefix=/usr \