Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 09:11:05 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558150 - head/games/ezquake
Message-ID:  <202012150911.0BF9B5hP072033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012150911.0BF9B5hP072033>