games/ezquake: unbreak build with gcc10/clang11 by use -fcommon
add missed USE=pkgconfig PR: 251176 Reported by: poudriere error
This commit is contained in:
parent
c902b73c7a
commit
03ec1f77bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555451
@ -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}}"
|
||||
|
Loading…
Reference in New Issue
Block a user