Date: Thu, 17 Oct 2019 00:43:06 +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: r514642 - head/multimedia/zart Message-ID: <201910170043.x9H0h6W2034732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910170043.x9H0h6W2034732>