svn commit: r488380 - head/cad/qcad

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 12:29:29 UTC 2018


Author: linimon
Date: Wed Dec 26 12:29:28 2018
New Revision: 488380
URL: https://svnweb.freebsd.org/changeset/ports/488380

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

Modified:
  head/cad/qcad/Makefile

Modified: head/cad/qcad/Makefile
==============================================================================
--- head/cad/qcad/Makefile	Wed Dec 26 12:27:10 2018	(r488379)
+++ head/cad/qcad/Makefile	Wed Dec 26 12:29:28 2018	(r488380)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libquazip5.so:archivers/quazip at qt5
 
 MAKE_JOBS_UNSAFE=yes
 
-USES=		gmake qmake qt:5
+USES=		compiler:c++11-lang gmake qmake qt:5
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 USE_QT=		buildtools qmake_build \


More information about the svn-ports-all mailing list