Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 10:56:28 +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: r565495 - head/print/posterazor
Message-ID:  <202102171056.11HAuSJp018344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171056.11HAuSJp018344>