svn commit: r545831 - head/graphics/tikzit

Mark Linimon linimon at FreeBSD.org
Sun Aug 23 18:01:57 UTC 2020


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}


More information about the svn-ports-all mailing list