svn commit: r495850 - head/graphics/fraqtive

Mark Linimon linimon at FreeBSD.org
Sat Mar 16 07:54:20 UTC 2019


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
 


More information about the svn-ports-all mailing list