svn commit: r558150 - head/games/ezquake

Dima Panov fluffy at FreeBSD.org
Tue Dec 15 09:11:05 UTC 2020


Author: fluffy
Date: Tue Dec 15 09:11:05 2020
New Revision: 558150
URL: https://svnweb.freebsd.org/changeset/ports/558150

Log:
  games/ezquake: do not force -fcommon, it was a false positive on -current build
  
  Submitted by:	maintainer

Modified:
  head/games/ezquake/Makefile

Modified: head/games/ezquake/Makefile
==============================================================================
--- head/games/ezquake/Makefile	Tue Dec 15 09:06:20 2020	(r558149)
+++ head/games/ezquake/Makefile	Tue Dec 15 09:11:05 2020	(r558150)
@@ -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}}"


More information about the svn-ports-all mailing list