From ae57d790193384bfc1c853a26c630c9ea2893b62 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 13 Feb 2000 02:00:29 +0000 Subject: avoid compile problems when libggi is installed by not using it --- graphics/clanlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index 80235f678eb..baad9c79514 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:53 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/02/13 02:00:29 wiz Exp $ DISTNAME= ClanLib-0.2.2 CATEGORIES= graphics games devel x11 @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-clansound CONFIGURE_ARGS+= --enable-dyn CONFIGURE_ARGS+= --enable-network CONFIGURE_ARGS+= --enable-mesa +CONFIGURE_ARGS+= --disable-ggi CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"# CC='cc ${CFLAGS} ${LDFLAGS}' MAKE_ENV+= LDFLAGS="${LDFLAGS}" -- cgit v1.2.3