summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2002-11-17 22:33:11 +0000
committerHanno Boeck <hanno@gentoo.org>2002-11-17 22:33:11 +0000
commit50a8aaf5b8855ec4fc73dc34f58914da52f60afd (patch)
tree62ff85dd567a14ad010cbeb40dcf4df52e95bdde /app-emulation/dgen-sdl
parentFixed a typo and changed permissions and ownership on /var/amavis (diff)
downloadhistorical-50a8aaf5b8855ec4fc73dc34f58914da52f60afd.tar.gz
historical-50a8aaf5b8855ec4fc73dc34f58914da52f60afd.tar.bz2
historical-50a8aaf5b8855ec4fc73dc34f58914da52f60afd.zip
fixes forlintool warnings
Diffstat (limited to 'app-emulation/dgen-sdl')
-rw-r--r--app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
index 6dcde8c32761..059f6cb0abba 100644
--- a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
+++ b/app-emulation/dgen-sdl/dgen-sdl-1.23.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/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.6 2002/10/05 05:39:07 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.7 2002/11/17 22:33:11 hanno Exp $
IUSE="X mmx opengl"
@@ -17,7 +17,7 @@ RDEPEND="${DEPEND} dev-lang/nasm"
src_compile() {
local myconf=""
-
+
use opengl || myconf="${myconf} --without-opengl"
use X && myconf="${myconf} --with-x"
use mmx || myconf="${myconf} --without-mmx"