aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2012-12-19 06:54:06 +0800
committerjohans <johans@FreeBSD.org>2012-12-19 06:54:06 +0800
commita779d04466aacffdb95bd754e58ec8eca4dee4c8 (patch)
tree06d97f63f63fa55c95abefc392af660a040d324d /games
parent192c2329f181fec02faec917dedda8b89b40d707 (diff)
downloadfreebsd-ports-gnome-a779d04466aacffdb95bd754e58ec8eca4dee4c8.tar.gz
freebsd-ports-gnome-a779d04466aacffdb95bd754e58ec8eca4dee4c8.tar.zst
freebsd-ports-gnome-a779d04466aacffdb95bd754e58ec8eca4dee4c8.zip
Fix potential build problem with non-standard compilers
by avoiding global variable 'log' to be treated as built-in function (no functional changes)
Diffstat (limited to 'games')
-rw-r--r--games/tetrinet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tetrinet/Makefile b/games/tetrinet/Makefile
index 34b6bef6511c..3f94e4c04113 100644
--- a/games/tetrinet/Makefile
+++ b/games/tetrinet/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://tetrinet.or.cz/download/
MAINTAINER= johans@FreeBSD.org
COMMENT= A console tetrinet client
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DHAVE_IPV6"
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DHAVE_IPV6 -fno-builtin-log"
PLIST_FILES= bin/tetrinet bin/tetrinet-server
.include <bsd.port.options.mk>