svn commit: r566194 - head/graphics/bonzomatic

Mark Linimon linimon at FreeBSD.org
Sat Feb 20 23:10:39 UTC 2021


Author: linimon
Date: Sat Feb 20 23:10:39 2021
New Revision: 566194
URL: https://svnweb.freebsd.org/changeset/ports/566194

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/bonzomatic/Makefile

Modified: head/graphics/bonzomatic/Makefile
==============================================================================
--- head/graphics/bonzomatic/Makefile	Sat Feb 20 23:09:34 2021	(r566193)
+++ head/graphics/bonzomatic/Makefile	Sat Feb 20 23:10:39 2021	(r566194)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libglfw.so:graphics/glfw
 BUILD_DEPENDS=	${LOCALBASE}/include/stb/stb_image.h:devel/stb
 
-USES=		cmake gl localbase:ldflags pkgconfig xorg
+USES=		cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg
 USE_GL=		gl glu glew
 USE_XORG=	x11 xext xrandr xinerama xcursor xi
 


More information about the svn-ports-all mailing list