diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-30 20:15:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-30 20:15:47 +0800 |
commit | f6af3d28e098c81400167c4360504cb9e32e0b86 (patch) | |
tree | d3d149d4811cef1e6332d1d6326893d40cd8e7ad /www/qhttpengine | |
parent | d6ba657b4a51e3214b5e4c05bd0a8dda2e818b89 (diff) | |
download | freebsd-ports-gnome-f6af3d28e098c81400167c4360504cb9e32e0b86.tar.gz freebsd-ports-gnome-f6af3d28e098c81400167c4360504cb9e32e0b86.tar.zst freebsd-ports-gnome-f6af3d28e098c81400167c4360504cb9e32e0b86.zip |
Fix build on GCC-based architectures.
PR: 232078
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'www/qhttpengine')
-rw-r--r-- | www/qhttpengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |