aboutsummaryrefslogtreecommitdiff
path: root/dns/qmdnsengine
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-09 03:08:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-09 03:08:13 +0000
commit41046abe9cca345026d9255dc6f20ea5aad99f35 (patch)
tree3295006337702d21130ef2ec5a7de49ea002054f /dns/qmdnsengine
parentc7841d7e4cb0b9e459e9fafcbe68be71c02dea3b (diff)
downloadports-41046abe9cca345026d9255dc6f20ea5aad99f35.tar.gz
ports-41046abe9cca345026d9255dc6f20ea5aad99f35.zip
dns/qmdnsengine: Fix build with GCC-based architecture
PR: 232102 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=481595
Diffstat (limited to 'dns/qmdnsengine')
-rw-r--r--dns/qmdnsengine/Makefile2
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