diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-19 16:33:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-19 16:33:30 +0000 |
commit | 2d2c0d18a34adf5e2085f06a87b580092958f21f (patch) | |
tree | 41e644e53b9396f1f295537d9bda87ff3c8565cf /games/asc | |
parent | 024e3d55ed61101f95478c6ccc0bc5e83ed5de73 (diff) | |
download | pkgsrc-2d2c0d18a34adf5e2085f06a87b580092958f21f.tar.gz |
Do not run the paragui test. This, for unexplicable reasons, opens an
SDL surface and fails if it can't.
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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=. |