pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/asc Don't pass empty -I options to the compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33ceae5e804b
branches:  trunk
changeset: 568583:33ceae5e804b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 15 15:05:20 2009 +0000

description:
Don't pass empty -I options to the compiler.

diffstat:

 games/asc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f05448fb3f1a -r 33ceae5e804b games/asc/Makefile
--- a/games/asc/Makefile        Tue Dec 15 15:04:57 2009 +0000
+++ b/games/asc/Makefile        Tue Dec 15 15:05:20 2009 +0000
@@ -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 @@
 GNU_CONFIGURE=         yes
 CPPFLAGS.NetBSD+=      -D_UNICODE_BROKEN_
 
+MAKE_ENV+=             top_src_dir=.
+
 # ../weaponguide.cpp:1205: virtual memory exhausted
 UNLIMIT_RESOURCES=     datasize
 



Home | Main Index | Thread Index | Old Index