svn commit: r484659 - head/cad/fritzing

Mark Linimon linimon at FreeBSD.org
Sun Nov 11 03:52:11 UTC 2018


Author: linimon
Date: Sun Nov 11 03:52:09 2018
New Revision: 484659
URL: https://svnweb.freebsd.org/changeset/ports/484659

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		232879
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/fritzing/Makefile

Modified: head/cad/fritzing/Makefile
==============================================================================
--- head/cad/fritzing/Makefile	Sun Nov 11 03:49:19 2018	(r484658)
+++ head/cad/fritzing/Makefile	Sun Nov 11 03:52:09 2018	(r484659)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2+
 
 SUB_FILES+=	pkg-install
 
-USES=		dos2unix gmake python qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang dos2unix gmake python qmake qt:5 tar:bzip2
 USE_QT=		buildtools concurrent core dbus gui imageformats network printsupport qmake serialport sql-sqlite3 svg xml
 DOS2UNIX_REGEX=	.*pro
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list