Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 00:40: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: r493828 - head/graphics/zint
Message-ID:  <201902250040.x1P0evjG051731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb 25 00:40:56 2019
New Revision: 493828
URL: https://svnweb.freebsd.org/changeset/ports/493828

Log:
  Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
  
  While here, pet portlint.
  
  PR:		235695
  Submitted by:	Piotr Kubaj

Modified:
  head/graphics/zint/Makefile

Modified: head/graphics/zint/Makefile
==============================================================================
--- head/graphics/zint/Makefile	Mon Feb 25 00:38:34 2019	(r493827)
+++ head/graphics/zint/Makefile	Mon Feb 25 00:40:56 2019	(r493828)
@@ -14,11 +14,11 @@ COMMENT=	Zint Barcode Generator
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-PORTSCOUT=	skipv:2.6.3
-
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		cmake qt:5
+PORTSCOUT=	skipv:2.6.3
+
+USES=		cmake compiler:c++11-lang qt:5
 USE_LDCONFIG=	yes
 USE_QT=		buildtools_build qmake_build uitools_build core gui widgets
 



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