diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-09 11:08:13 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-09 11:08:13 +0800 |
commit | a8f82ef44750bde0d3dd93d80106191d4e6a10b2 (patch) | |
tree | 3295006337702d21130ef2ec5a7de49ea002054f | |
parent | 3fcb9960d6893250c914c87bbc95bd507576c2b9 (diff) | |
download | freebsd-ports-gnome-a8f82ef44750bde0d3dd93d80106191d4e6a10b2.tar.gz freebsd-ports-gnome-a8f82ef44750bde0d3dd93d80106191d4e6a10b2.tar.zst freebsd-ports-gnome-a8f82ef44750bde0d3dd93d80106191d4e6a10b2.zip |
dns/qmdnsengine: Fix build with GCC-based architecture
PR: 232102
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | dns/qmdnsengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/qmdnsengine/Makefile b/dns/qmdnsengine/Makefile index 0d656f9e7dd2..635b301fd699 100644 --- a/dns/qmdnsengine/Makefile +++ b/dns/qmdnsengine/Makefile @@ -12,7 +12,7 @@ COMMENT= Multicast DNS library for Qt applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake:outsource qt:5 +USES= cmake:outsource compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= nitroshare USE_QT= core network buildtools_build qmake_build |