svn commit: r494998 - head/net-im/libqmatrixclient

Adriaan de Groot adridg at FreeBSD.org
Thu Mar 7 20:44:27 UTC 2019


Author: adridg
Date: Thu Mar  7 20:44:26 2019
New Revision: 494998
URL: https://svnweb.freebsd.org/changeset/ports/494998

Log:
  Add USES=compiler:c++11-lang to fix build on GCC architectures.
  
  Tested on powerpc64 and amd64.
  
  PR:		236359
  Submitted by:	Piotr Kubaj

Modified:
  head/net-im/libqmatrixclient/Makefile

Modified: head/net-im/libqmatrixclient/Makefile
==============================================================================
--- head/net-im/libqmatrixclient/Makefile	Thu Mar  7 20:05:12 2019	(r494997)
+++ head/net-im/libqmatrixclient/Makefile	Thu Mar  7 20:44:26 2019	(r494998)
@@ -11,7 +11,7 @@ COMMENT=	Matrix IM support library using Qt technologi
 LICENSE=	LGPL21
 LICENSE_FILES=	${WRKSRC}/COPYING
 
-USES=	cmake qt:5 tar:xz
+USES=	cmake compiler:c++11-lang qt:5 tar:xz
 USE_QT=	core gui network \
 	buildtools_build qmake_build
 


More information about the svn-ports-head mailing list