Date: Thu, 7 Mar 2019 20:44:27 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494998 - head/net-im/libqmatrixclient Message-ID: <201903072044.x27KiRTf060239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903072044.x27KiRTf060239>