From 130aaaf42371825ad4281f2d3bda9670a0a2bf49 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Tue, 18 Dec 2012 22:54:06 +0000 Subject: [PATCH] Fix potential build problem with non-standard compilers by avoiding global variable 'log' to be treated as built-in function (no functional changes) --- games/tetrinet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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