summaryrefslogtreecommitdiff
path: root/games/gnomoku
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-17 03:18:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-17 03:18:10 +0000
commit18d548a7c508d445e93f8121dfc040dcc7f626b5 (patch)
tree5589bf6aac1eee6f346d4a51f168f8ad438a65b1 /games/gnomoku
parentMark as broken on alpha and sparc64 (fails to configure); also (diff)
Remove the deprecated -fprermissive flag from CPPFLAGS as this breaks the
build on -CURRENT. Thanks to bland for spotting the problem. Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=91467
Diffstat (limited to 'games/gnomoku')
-rw-r--r--games/gnomoku/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomoku/Makefile b/games/gnomoku/Makefile
index bdf2a7e7d45f..e11ed51e8e01 100644
--- a/games/gnomoku/Makefile
+++ b/games/gnomoku/Makefile
@@ -20,7 +20,7 @@ USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-fpermissive -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>