diff options
author | jlam <jlam> | 2001-05-01 07:01:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-01 07:01:56 +0000 |
commit | 03b8618424c4f89019b8c04c81a8e001b8f968a9 (patch) | |
tree | 3a4ae0f930698fc2fdf2c5e6e4aab44fdb4c1302 /games | |
parent | 83f6e5aacd3aa6545dba230bb6236b6dd8541637 (diff) | |
download | pkgsrc-03b8618424c4f89019b8c04c81a8e001b8f968a9.tar.gz |
Honor CFLAGS passed in from environment during build.
Diffstat (limited to 'games')
-rw-r--r-- | games/lincity/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index f5d85c83c96..ffd7036f77f 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 15:10:53 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/01 07:01:56 jlam Exp $ # DISTNAME= lincity-1.11 @@ -15,6 +15,8 @@ USE_X11BASE= # defined ALL_TARGET= xlincity INSTALL_TARGET= install-xlincity install-lib install-man +MAKE_ENV+= EXTRA_OPTS="${CFLAGS}" + pre-build: ${LN} -sf lincity.man ${WRKSRC}/xlincity.man |