Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 06:38:32 +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: r555451 - head/games/ezquake
Message-ID:  <202011160638.0AG6cWat096921@repo.freebsd.org>

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



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