diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-13 02:00:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-13 02:00:29 +0000 |
commit | 583efaf2a95b2c37485e4a7008b433f21c6cfac3 (patch) | |
tree | 5602aafb09603ba0ad1ab7fe27d62837dc069ee6 /graphics | |
parent | 548be66e20a04d313a4bff965ae1e7840546b622 (diff) | |
download | pkgsrc-583efaf2a95b2c37485e4a7008b433f21c6cfac3.tar.gz |
avoid compile problems when libggi is installed by not using it
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clanlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |