aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-11-16 06:38:32 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-11-16 06:38:32 +0000
commit03ec1f77bc6aecc591335ceef9a49b49de822302 (patch)
treece5b9ecaa6920ed201a0ce77719150e4a74d7a1c
parentc902b73c7ab1ea4ca90f09672e9473cbbca6e08c (diff)
downloadports-03ec1f77bc6aecc591335ceef9a49b49de822302.tar.gz
ports-03ec1f77bc6aecc591335ceef9a49b49de822302.zip
Notes
-rw-r--r--games/ezquake/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile
index 955cf4778e93..01bfd6ee90c1 100644
--- a/games/ezquake/Makefile
+++ b/games/ezquake/Makefile
@@ -23,9 +23,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libspeex.so:audio/speex \
libspeexdsp.so:audio/speexdsp
-USES= gl gmake jpeg sdl tcl
+USES= gl gmake jpeg pkgconfig sdl tcl
USE_GL= yes
USE_SDL= sdl2
+CFLAGS+= -fcommon
MAKE_ENV= TCL_SUFX=${TCL_SHLIB_VER}
.for v in TCL_INCLUDEDIR TCL_LIBDIR DATADIR
MAKE_ENV+= ${v}="${${v}}"