svn commit: r490451 - head/graphics/mandelbulber

Mark Linimon linimon at FreeBSD.org
Wed Jan 16 05:30:24 UTC 2019


Author: linimon
Date: Wed Jan 16 05:30:22 2019
New Revision: 490451
URL: https://svnweb.freebsd.org/changeset/ports/490451

Log:
  This port requires C++11-aware compiler to build on GCC-based
  architectures.
  
  PR:		234947
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/mandelbulber/Makefile

Modified: head/graphics/mandelbulber/Makefile
==============================================================================
--- head/graphics/mandelbulber/Makefile	Wed Jan 16 05:26:52 2019	(r490450)
+++ head/graphics/mandelbulber/Makefile	Wed Jan 16 05:30:22 2019	(r490451)
@@ -20,7 +20,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	buddhi1980
 GH_PROJECT=	${PORTNAME}2
 
-USES=		cmake gnome jpeg localbase:ldflags pkgconfig qt:5
+USES=		cmake compiler:c++11-lang gnome jpeg localbase:ldflags \
+		pkgconfig qt:5
 USE_QT=		core widgets network gui multimedia testlib \
 		qmake_build buildtools_build uitools_build
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list