Date: Sun, 23 Aug 2020 18:01:57 +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: r545831 - head/graphics/tikzit Message-ID: <202008231801.07NI1vWl010390@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Aug 23 18:01:56 2020 New Revision: 545831 URL: https://svnweb.freebsd.org/changeset/ports/545831 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: head/graphics/tikzit/Makefile Modified: head/graphics/tikzit/Makefile ============================================================================== --- head/graphics/tikzit/Makefile Sun Aug 23 17:24:07 2020 (r545830) +++ head/graphics/tikzit/Makefile Sun Aug 23 18:01:56 2020 (r545831) @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= bison qmake qt:5 +USES= bison compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_TAGNAME= v${DISTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008231801.07NI1vWl010390>