svn commit: r565495 - head/print/posterazor

Mark Linimon linimon at FreeBSD.org
Wed Feb 17 10:56:28 UTC 2021


Author: linimon
Date: Wed Feb 17 10:56:27 2021
New Revision: 565495
URL: https://svnweb.freebsd.org/changeset/ports/565495

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/print/posterazor/Makefile

Modified: head/print/posterazor/Makefile
==============================================================================
--- head/print/posterazor/Makefile	Wed Feb 17 10:36:55 2021	(r565494)
+++ head/print/posterazor/Makefile	Wed Feb 17 10:56:27 2021	(r565495)
@@ -12,7 +12,7 @@ COMMENT=	Cuts an image into pieces which can be printe
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		dos2unix gl localbase:ldflags qmake qt:5
+USES=		compiler:c++11-lang dos2unix gl localbase:ldflags qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	ehaupt
 USE_GL=		gl


More information about the svn-ports-all mailing list