svn commit: r514642 - head/multimedia/zart

Mark Linimon linimon at FreeBSD.org
Thu Oct 17 00:43:07 UTC 2019


Author: linimon
Date: Thu Oct 17 00:43:06 2019
New Revision: 514642
URL: https://svnweb.freebsd.org/changeset/ports/514642

Log:
  Fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/zart/Makefile

Modified: head/multimedia/zart/Makefile
==============================================================================
--- head/multimedia/zart/Makefile	Thu Oct 17 00:39:55 2019	(r514641)
+++ head/multimedia/zart/Makefile	Thu Oct 17 00:43:06 2019	(r514642)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libopencv_core.so:graphics/opencv-core \
 		libopencv_video.so:graphics/opencv \
 		libfftw3.so:math/fftw3
 
-USES=		pkgconfig qmake qt:5
+USES=		compiler:c++11-lang pkgconfig qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	c-koi
 GH_TAGNAME=	e1b25e8


More information about the svn-ports-head mailing list