svn commit: r501348 - head/games/glob2

Piotr Kubaj pkubaj at FreeBSD.org
Sun May 12 00:32:34 UTC 2019


Author: pkubaj
Date: Sun May 12 00:32:33 2019
New Revision: 501348
URL: https://svnweb.freebsd.org/changeset/ports/501348

Log:
  games/glob2: add USES=compiler:c++11-lang
  
  It's needed to fix linking with portaudio.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/glob2/Makefile

Modified: head/games/glob2/Makefile
==============================================================================
--- head/games/glob2/Makefile	Sun May 12 00:07:32 2019	(r501347)
+++ head/games/glob2/Makefile	Sun May 12 00:32:33 2019	(r501348)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 
 OPTIONS_DEFINE=	DOCS PORTAUDIO
 
-USES=		pkgconfig scons
+USES=		compiler:c++11-lang pkgconfig scons
 USE_SDL=	image net sdl ttf
 USE_GL=		gl glu
 MAKE_ARGS=	CCFLAGS="${CFLAGS}" \


More information about the svn-ports-all mailing list