From f24cb6f219bee5bfdac9b6b7366f8982943c1353 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 30 Oct 2018 12:15:47 +0000 Subject: [PATCH] Fix build on GCC-based architectures. PR: 232078 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- www/qhttpengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/qhttpengine/Makefile b/www/qhttpengine/Makefile index ce06c3ecf56f..d17d256d7cd3 100644 --- a/www/qhttpengine/Makefile +++ b/www/qhttpengine/Makefile @@ -11,7 +11,7 @@ COMMENT= HTTP server 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