svn commit: r484218 - head/games/manaplus

Mark Linimon linimon at FreeBSD.org
Mon Nov 5 20:19:28 UTC 2018


Author: linimon
Date: Mon Nov  5 20:19:26 2018
New Revision: 484218
URL: https://svnweb.freebsd.org/changeset/ports/484218

Log:
  Building this port with base GCC fails -- a newer compiler is needed.
  Add USES=compiler:c++11-lang to fix it.
  
  While here, add USES=gl.
  
  PR:		231988
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/manaplus/Makefile

Modified: head/games/manaplus/Makefile
==============================================================================
--- head/games/manaplus/Makefile	Mon Nov  5 20:13:48 2018	(r484217)
+++ head/games/manaplus/Makefile	Mon Nov  5 20:19:26 2018	(r484218)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libpng.so:graphics/png \
 		libcurl.so:ftp/curl
 
-USES=		autoreconf pkgconfig:build tar:xz
+USES=		autoreconf compiler:c++11-lang pkgconfig:build tar:xz
 USE_XORG=	x11
 USE_SDL=	sdl2 gfx2 image2 mixer2 net2 ttf2
 GNU_CONFIGURE=	yes
@@ -28,6 +28,7 @@ OPTIONS_DEFAULT=	OPENGL
 OPTIONS_SUB=		yes
 
 OPENGL_CONFIGURE_WITH=	opengl
+OPENGL_USES=		gl
 OPENGL_USE=		GL=gl
 
 NLS_USES=		gettext


More information about the svn-ports-all mailing list