Fix potential build problem with non-standard compilers

by avoiding global variable 'log' to be treated as built-in function
(no functional changes)
This commit is contained in:
Johan van Selst 2012-12-18 22:54:06 +00:00
parent a959e56271
commit 130aaaf423
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309202

View file

@ -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>