aboutsummaryrefslogtreecommitdiffstats
path: root/games/ezquake
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-07-06 01:26:10 +0800
committerpawel <pawel@FreeBSD.org>2012-07-06 01:26:10 +0800
commited0bd32625534bfc48dfe8105285096b94953c9b (patch)
tree87b5b3043309d24d477408f37bafc043abaf865c /games/ezquake
parent69d8e019446e55d28f2f546b7bcd924f27839da5 (diff)
downloadfreebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.gz
freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.zst
freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.zip
Add USE_CSTD=gnu89 to fix linking when building with clang
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}}"