diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-10-21 01:00:28 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-10-21 01:00:28 +0800 |
commit | dc59723b786d3709588fca87d57a7aa3d362e9cf (patch) | |
tree | d7461cce2e215c7a6ef0aff867e5717b185f2211 | |
parent | 3fb57373ff21faaed8c4f0b2f94484d0d6d56a7a (diff) | |
download | freebsd-ports-gnome-dc59723b786d3709588fca87d57a7aa3d362e9cf.tar.gz freebsd-ports-gnome-dc59723b786d3709588fca87d57a7aa3d362e9cf.tar.zst freebsd-ports-gnome-dc59723b786d3709588fca87d57a7aa3d362e9cf.zip |
net/qoauth-qt5: fix build on GCC-based architectures
PR: 231915
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | net/qoauth-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/qoauth-qt5/Makefile b/net/qoauth-qt5/Makefile index 41f4b92b7c6f..fc3c0e759466 100644 --- a/net/qoauth-qt5/Makefile +++ b/net/qoauth-qt5/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 -USES= qmake:outsource qt:5 +USES= compiler:c++11-lang qmake:outsource qt:5 USE_LDCONFIG= yes USE_QT= core network testlib buildtools_build qmake_build |