summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-14 18:15:23 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-14 18:15:23 +0000
commitdc6a518c23406a485c572fbd185b1378e6e775b5 (patch)
treeb3371a680a1e6d0617e06ab53eaaea9a3de64ce7 /media-libs/allegro
parentupdate boa.conf with alias for /icons. also change alias for /doc from /usr/... (diff)
downloadgentoo-2-dc6a518c23406a485c572fbd185b1378e6e775b5.tar.gz
gentoo-2-dc6a518c23406a485c572fbd185b1378e6e775b5.tar.bz2
gentoo-2-dc6a518c23406a485c572fbd185b1378e6e775b5.zip
Re-instated fbcon flag
Diffstat (limited to 'media-libs/allegro')
-rw-r--r--media-libs/allegro/allegro-4.0.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/allegro/allegro-4.0.1.ebuild b/media-libs/allegro/allegro-4.0.1.ebuild
index 3338bd44d4a9..e8aa3858e2c9 100644
--- a/media-libs/allegro/allegro-4.0.1.ebuild
+++ b/media-libs/allegro/allegro-4.0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gantoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1.ebuild,v 1.1 2002/04/14 17:43:00 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1.ebuild,v 1.2 2002/04/14 18:15:23 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Allegro is a cross-platform multimedia library"
@@ -70,7 +70,7 @@ src_compile() {
|| confopts="${confopts} --disable-svgalib"
# Have fbcon support
- use fb \
+ use fbcon \
&& confopts="${confopts} --enable-fbcon" \
|| confopts="${confopts} --disable-fbcon"
@@ -100,4 +100,3 @@ src_install () {
dodoc allegro.txt
}
-