svn commit: r482587 - head/www/qt5-websockets

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:17:19 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:17:18 2018
New Revision: 482587
URL: https://svnweb.freebsd.org/changeset/ports/482587

Log:
  www/qt5-websockets: fix build with GCC-based architectures
  
  PR:		232394
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/www/qt5-websockets/Makefile

Modified: head/www/qt5-websockets/Makefile
==============================================================================
--- head/www/qt5-websockets/Makefile	Sat Oct 20 16:16:04 2018	(r482586)
+++ head/www/qt5-websockets/Makefile	Sat Oct 20 16:17:18 2018	(r482587)
@@ -9,7 +9,7 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt implementation of WebSocket protocol
 
 USE_QT=		buildtools_build core network
-USES=		qmake:norecursive qt-dist:5,websockets
+USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,websockets
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list