svn commit: r483244 - head/net-im/qxmpp

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 08:56:25 UTC 2018


Author: linimon
Date: Sun Oct 28 08:56:24 2018
New Revision: 483244
URL: https://svnweb.freebsd.org/changeset/ports/483244

Log:
  Fix build for -qt5 port on GCC-based architectures.
  
  PR:		232094
  Submitted by:	Piotr Kubaj

Modified:
  head/net-im/qxmpp/Makefile

Modified: head/net-im/qxmpp/Makefile
==============================================================================
--- head/net-im/qxmpp/Makefile	Sun Oct 28 08:54:37 2018	(r483243)
+++ head/net-im/qxmpp/Makefile	Sun Oct 28 08:56:24 2018	(r483244)
@@ -16,7 +16,7 @@ CONFLICTS?=	${PORTNAME}-qt5-[0-9]*
 
 USES=		qmake pathfix pkgconfig libtool
 .if defined(QXMPP_SLAVE)
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		core gui network xml buildtools_build
 PLIST_SUB=	QDNS="@comment "
 .else


More information about the svn-ports-all mailing list