diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-12-15 09:11:05 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-12-15 09:11:05 +0000 |
commit | 11cc43cd319d09d6c5ef12022f191c83e684b033 (patch) | |
tree | b8933ea25d8843305d3898a0250e7b468cd3f948 /games/ezquake/Makefile | |
parent | 9d948ebcd269fab06921fa86063499e0fd0969a7 (diff) | |
download | ports-11cc43cd319d09d6c5ef12022f191c83e684b033.tar.gz ports-11cc43cd319d09d6c5ef12022f191c83e684b033.zip |
Notes
Diffstat (limited to 'games/ezquake/Makefile')
-rw-r--r-- | games/ezquake/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 01bfd6ee90c1..38494c19bc66 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -26,7 +26,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ 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}}" |