From d1418ded1ab9b16563b92382866f2b705faa8dc1 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 2 Apr 2001 22:15:48 +0000 Subject: Disable vidmode, since this doesn't work on XF4 after v1.3 of patch-ai. --- graphics/clanlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/clanlib') diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index a5cdde703af..c7fa6467a27 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/03/04 09:06:11 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/04/02 22:15:48 wiz Exp $ DISTNAME= ClanLib-0.4.4 CATEGORIES= graphics games devel x11 @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --enable-dyn CONFIGURE_ARGS+= --enable-network CONFIGURE_ARGS+= --enable-mesa CONFIGURE_ARGS+= --disable-ggi +CONFIGURE_ARGS+= --disable-vidmode CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"# CC='cc ${CFLAGS} ${LDFLAGS}' MAKE_ENV+= LDFLAGS="${LDFLAGS}" -- cgit v1.2.3