From f57414578c20d0a239a5cd069ccaad75d808b50e Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 15 Dec 2009 15:05:20 +0000 Subject: Don't pass empty -I options to the compiler. --- games/asc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3