diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-15 15:05:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-15 15:05:20 +0000 |
commit | f57414578c20d0a239a5cd069ccaad75d808b50e (patch) | |
tree | 7708ea405d12f4d33a5dc5293810d078006a5d8c /games/asc | |
parent | 160a26d591c83baa4dd5da22ee90a68715076f51 (diff) | |
download | pkgsrc-f57414578c20d0a239a5cd069ccaad75d808b50e.tar.gz |
Don't pass empty -I options to the compiler.
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 3ecc603e0db..ac8fced8700 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/08/26 19:57:28 sno Exp $ +# $NetBSD: Makefile,v 1.43 2009/12/15 15:05:20 joerg Exp $ DISTNAME= asc-source-1.16.4.0 PKGNAME= ${DISTNAME:S/-source//} @@ -28,6 +28,8 @@ REPLACE_PERL= checkfordata.pl GNU_CONFIGURE= yes CPPFLAGS.NetBSD+= -D_UNICODE_BROKEN_ +MAKE_ENV+= top_src_dir=. + # ../weaponguide.cpp:1205: virtual memory exhausted UNLIMIT_RESOURCES= datasize |