diff options
author | wiz <wiz> | 2001-06-24 23:39:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-24 23:39:50 +0000 |
commit | 11b1a2c7bc38421b93ecbbbebaeeafaf6ef84717 (patch) | |
tree | 7b56326c06b037f68c8fb26ef6c7aad2f115203a /games/clanbomber | |
parent | d0bac3f0cec35d0e79858912cf6f9748185f3b1d (diff) | |
download | pkgsrc-11b1a2c7bc38421b93ecbbbebaeeafaf6ef84717.tar.gz |
Actually, set CPPFLAGS, not CFLAGS.
Diffstat (limited to 'games/clanbomber')
-rw-r--r-- | games/clanbomber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile index ff59033a17d..0c585cd79d5 100644 --- a/games/clanbomber/Makefile +++ b/games/clanbomber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:33 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/24 23:39:50 wiz Exp $ DISTNAME= clanbomber-1.01 PKGNAME= ${DISTNAME}nb1 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${X11BASE}/include +CPPFLAGS+= -I${X11BASE}/include # needs a valid X display to compile its datafiles .ifndef DISPLAY |