From a8f82ef44750bde0d3dd93d80106191d4e6a10b2 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 9 Oct 2018 03:08:13 +0000 Subject: dns/qmdnsengine: Fix build with GCC-based architecture PR: 232102 Submitted by: Piotr Kubaj --- dns/qmdnsengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit