Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 07:54:19 +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: r495850 - head/graphics/fraqtive
Message-ID:  <201903160754.x2G7sJ67017789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Mar 16 07:54:19 2019
New Revision: 495850
URL: https://svnweb.freebsd.org/changeset/ports/495850

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"

Modified:
  head/graphics/fraqtive/Makefile

Modified: head/graphics/fraqtive/Makefile
==============================================================================
--- head/graphics/fraqtive/Makefile	Sat Mar 16 07:51:28 2019	(r495849)
+++ head/graphics/fraqtive/Makefile	Sat Mar 16 07:54:19 2019	(r495850)
@@ -13,7 +13,7 @@ COMMENT=	Draws Mandelbrot and Julia fractals
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang qmake qt:5 tar:bzip2
 USE_QT=		core gui opengl widgets xml buildtools_build
 USE_GL=		gl glu
 



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