Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 23:46:53 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521572 - head/games/gemrb
Message-ID:  <201912302346.xBUNkrE1062338@repo.freebsd.org>

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



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