diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-03-08 04:44:26 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-03-08 04:44:26 +0800 |
commit | 91d0d1441bbcb80a5bdc9188e30cca62489d2796 (patch) | |
tree | 4625742cc841a2c2147cef57557356ee1c0aeab7 /net-im | |
parent | 88f29b15ae5b5d29b7699858763f2f47958427e0 (diff) | |
download | freebsd-ports-gnome-91d0d1441bbcb80a5bdc9188e30cca62489d2796.tar.gz freebsd-ports-gnome-91d0d1441bbcb80a5bdc9188e30cca62489d2796.tar.zst freebsd-ports-gnome-91d0d1441bbcb80a5bdc9188e30cca62489d2796.zip |
Add USES=compiler:c++11-lang to fix build on GCC architectures.
Tested on powerpc64 and amd64.
PR: 236359
Submitted by: Piotr Kubaj
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libqmatrixclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libqmatrixclient/Makefile b/net-im/libqmatrixclient/Makefile index 36923d010157..8725a81dd731 100644 --- a/net-im/libqmatrixclient/Makefile +++ b/net-im/libqmatrixclient/Makefile @@ -11,7 +11,7 @@ COMMENT= Matrix IM support library using Qt technologies 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 |