Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 23:10:39 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566194 - head/graphics/bonzomatic
Message-ID:  <202102202310.11KNAdqv052520@repo.freebsd.org>

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



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