Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 12:29: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: r488380 - head/cad/qcad
Message-ID:  <201812261229.wBQCTSuK094708@repo.freebsd.org>

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



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