svn commit: r555451 - head/games/ezquake

Dima Panov fluffy at FreeBSD.org
Mon Nov 16 06:38:32 UTC 2020


Author: fluffy
Date: Mon Nov 16 06:38:32 2020
New Revision: 555451
URL: https://svnweb.freebsd.org/changeset/ports/555451

Log:
  games/ezquake: unbreak build with gcc10/clang11 by use -fcommon
  
  add missed USE=pkgconfig
  
  PR:		251176
  Reported by:	poudriere error

Modified:
  head/games/ezquake/Makefile

Modified: head/games/ezquake/Makefile
==============================================================================
--- head/games/ezquake/Makefile	Mon Nov 16 06:14:33 2020	(r555450)
+++ head/games/ezquake/Makefile	Mon Nov 16 06:38:32 2020	(r555451)
@@ -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}}"


More information about the svn-ports-head mailing list