summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kdeartwork/kdeartwork-3.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.0.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.ebuild
index dd51a5d3a02f..0e43ca02de69 100644
--- a/kde-base/kdeartwork/kdeartwork-3.0.ebuild
+++ b/kde-base/kdeartwork/kdeartwork-3.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.ebuild,v 1.3 2002/04/20 22:14:54 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.ebuild,v 1.4 2002/04/20 22:18:57 rphillips Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist
@@ -14,6 +14,7 @@ src_compile() {
myconf="$myconf --with-dpms"
use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl"
+ myconf="$myconf --without-gl"
kde_src_compile configure make
}