From 2d2c0d18a34adf5e2085f06a87b580092958f21f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Dec 2011 16:33:30 +0000 Subject: Do not run the paragui test. This, for unexplicable reasons, opens an SDL surface and fails if it can't. --- games/asc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/asc/Makefile b/games/asc/Makefile index 1665725e333..282e475560f 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2011/11/01 06:01:13 sbd Exp $ +# $NetBSD: Makefile,v 1.49 2011/12/19 16:33:30 wiz Exp $ DISTNAME= asc-source-1.16.4.0 PKGNAME= ${DISTNAME:S/-source//} @@ -20,12 +20,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} frontiers.mp3 \ SITES.${file}= http://asc-hq.org/ .endfor WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake perl:build pkg-config REPLACE_PERL= checkfordata.pl GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-paraguitest CPPFLAGS.NetBSD+= -D_UNICODE_BROKEN_ MAKE_ENV+= top_src_dir=. -- cgit v1.2.3