svn commit: r521572 - head/games/gemrb

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 30 23:46:53 UTC 2019


Author: pkubaj
Date: Mon Dec 30 23:46:52 2019
New Revision: 521572
URL: https://svnweb.freebsd.org/changeset/ports/521572

Log:
  games/gemrb: fix build on GCC architectures
  
  Use newer GCC:
  cc1plus: error: -Werror=pedantic: No option -Wpedantic

Modified:
  head/games/gemrb/Makefile

Modified: head/games/gemrb/Makefile
==============================================================================
--- head/games/gemrb/Makefile	Mon Dec 30 22:40:50 2019	(r521571)
+++ head/games/gemrb/Makefile	Mon Dec 30 23:46:52 2019	(r521572)
@@ -24,8 +24,8 @@ OPENGL_USE=	gl=gl,glu,glew
 OPENGL_CMAKE_ON=-DOPENGL_BACKEND=OpenGL
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
-USES=		cmake gnome iconv localbase openal:al,alut python:2.7 sdl \
-		shebangfix
+USES=		cmake compiler:c11 gnome iconv localbase openal:al,alut \
+		python:2.7 sdl shebangfix
 SHEBANG_FILES=	admin/extend2da.py
 USE_SDL=	sdl2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list