svn commit: r480827 - head/devel/qca

Mark Linimon linimon at FreeBSD.org
Thu Sep 27 22:42:12 UTC 2018


Author: linimon
Date: Thu Sep 27 22:42:11 2018
New Revision: 480827
URL: https://svnweb.freebsd.org/changeset/ports/480827

Log:
  Fix build on gcc-based archs.
  
  Tested on powerpc64, amd64.
  
  PR:		231687
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/qca/Makefile

Modified: head/devel/qca/Makefile
==============================================================================
--- head/devel/qca/Makefile	Thu Sep 27 22:34:31 2018	(r480826)
+++ head/devel/qca/Makefile	Thu Sep 27 22:42:11 2018	(r480827)
@@ -31,7 +31,7 @@ USES+=		qt:4
 USE_QT=		corelib moc_build qmake_build rcc_build
 .  else
 CMAKE_ARGS+=	-DQCA_SUFFIX=qt5
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=	core buildtools_build qmake_build
 .  endif
 qt4_PLIST=	${.CURDIR}/pkg-plist.qt4


More information about the svn-ports-head mailing list