diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 06:52:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 06:52:05 +0800 |
commit | 498a7ac59beea417ecfed1417c61db0dffe62679 (patch) | |
tree | 0be89cc78b49a805612f5a77773dcdd3fc47afcc /games | |
parent | 0f83e8b7b1b2e81b84990c38a40e57f4adb3835b (diff) | |
download | freebsd-ports-gnome-498a7ac59beea417ecfed1417c61db0dffe62679.tar.gz freebsd-ports-gnome-498a7ac59beea417ecfed1417c61db0dffe62679.tar.zst freebsd-ports-gnome-498a7ac59beea417ecfed1417c61db0dffe62679.zip |
Fix build with clang
Diffstat (limited to 'games')
-rw-r--r-- | games/lincity/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index e18e55b68fb0..38fd3fad559c 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -14,11 +14,8 @@ OPTIONS_DEFINE= SVGALIB NLS LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -.if ${CC} == "clang" +USES= gmake USE_CSTD= c89 -.endif - -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |