svn commit: r483484 - head/www/qhttpengine

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 12:15:48 UTC 2018


Author: linimon
Date: Tue Oct 30 12:15:47 2018
New Revision: 483484
URL: https://svnweb.freebsd.org/changeset/ports/483484

Log:
  Fix build on GCC-based architectures.
  
  PR:		232078
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/qhttpengine/Makefile

Modified: head/www/qhttpengine/Makefile
==============================================================================
--- head/www/qhttpengine/Makefile	Tue Oct 30 12:13:51 2018	(r483483)
+++ head/www/qhttpengine/Makefile	Tue Oct 30 12:15:47 2018	(r483484)
@@ -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


More information about the svn-ports-all mailing list