avoid compile problems when libggi is installed by not using it
This commit is contained in:
parent
548be66e20
commit
583efaf2a9
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue