[linimon at FreeBSD.org: svn commit: r480827 - head/devel/qca]

Mark Linimon linimon at lonesome.com
Thu Sep 27 23:43:04 BST 2018


FYI.  You do not need to take any action.

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Thu, 27 Sep 2018 22:42:11 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r480827 - head/devel/qca

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


----- End forwarded message -----


More information about the kde-freebsd mailing list