svn commit: r493828 - head/graphics/zint

Mark Linimon linimon at FreeBSD.org
Mon Feb 25 00:40:57 UTC 2019


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
 


More information about the svn-ports-all mailing list