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
commit2586eb44d955e16030c908864a266dcc52eae6f6 (patch)
tree2ff7f2f8f87cec294eb2960ed65016cbe016555c /media-libs/allegro
parentupdate boa.conf with alias for /icons. also change alias for /doc from /usr/... (diff)
downloadhistorical-2586eb44d955e16030c908864a266dcc52eae6f6.tar.gz
historical-2586eb44d955e16030c908864a266dcc52eae6f6.tar.bz2
historical-2586eb44d955e16030c908864a266dcc52eae6f6.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
}
-