From 2586eb44d955e16030c908864a266dcc52eae6f6 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sun, 14 Apr 2002 18:15:23 +0000 Subject: Re-instated fbcon flag --- media-libs/allegro/allegro-4.0.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'media-libs/allegro') 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 -# $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 } - -- cgit v1.2.3-65-gdbad