aboutsummaryrefslogtreecommitdiff
path: root/games/ezquake
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-07-05 17:26:10 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-07-05 17:26:10 +0000
commit84d5cb591b6118197c17abd71e7ee85fea9c6550 (patch)
tree8d8c85d118c3706801ecd96c66093bd0b5589b81 /games/ezquake
parent7e450076425a0509129b6963729d82423f020801 (diff)
downloadports-84d5cb591b6118197c17abd71e7ee85fea9c6550.tar.gz
ports-84d5cb591b6118197c17abd71e7ee85fea9c6550.zip
Add USE_CSTD=gnu89 to fix linking when building with clang
Notes
Notes: svn path=/head/; revision=300524
Diffstat (limited to 'games/ezquake')
-rw-r--r--games/ezquake/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile
index 19b367c8ca8b..33cf4f134252 100644
--- a/games/ezquake/Makefile
+++ b/games/ezquake/Makefile
@@ -29,6 +29,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
USE_DOS2UNIX= *.[ch] Makefile*
USE_GMAKE= yes
USE_TCL= yes
+USE_CSTD= gnu89
MAKE_ENV= TCL_SUFX="${TCL_VER:S/.//}"
.for v in TCL_INCLUDEDIR TCL_LIBDIR DATADIR
MAKE_ENV+= ${v}="${${v}}"