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:
parent
a959e56271
commit
130aaaf423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309202
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue