svn commit: r488327 - head/games/nimuh

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 25 16:11:46 UTC 2018


Author: amdmi3
Date: Tue Dec 25 16:11:45 2018
New Revision: 488327
URL: https://svnweb.freebsd.org/changeset/ports/488327

Log:
  - Fix build with GCC-based architectures
  - Add USES=gl
  
  PR:		234389
  Submitted by:	pkubaj at anongoth.pl

Modified:
  head/games/nimuh/Makefile

Modified: head/games/nimuh/Makefile
==============================================================================
--- head/games/nimuh/Makefile	Tue Dec 25 16:09:14 2018	(r488326)
+++ head/games/nimuh/Makefile	Tue Dec 25 16:11:45 2018	(r488327)
@@ -15,12 +15,11 @@ LICENSE=	CC-BY-NC-SA-2.0
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
+USES=		gl gmake localbase
 GNU_CONFIGURE=	yes
-USES=		gmake localbase
+USE_CXXSTD=	c++98
 USE_SDL=	sdl image mixer
 USE_GL=		gl glu
-
-CXXFLAGS+=	-Wno-c++11-narrowing
 
 DATA_WRKSRC=	${WRKDIR}/${PORTNAME}-data-${PORTVERSION}
 


More information about the svn-ports-all mailing list