svn commit: r482584 - head/x11/qt5-qev

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:11:29 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:11:28 2018
New Revision: 482584
URL: https://svnweb.freebsd.org/changeset/ports/482584

Log:
  x11/qt5-qev: fix build with GCC-based architectures
  
  PR:		232402
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/x11/qt5-qev/Makefile

Modified: head/x11/qt5-qev/Makefile
==============================================================================
--- head/x11/qt5-qev/Makefile	Sat Oct 20 16:10:00 2018	(r482583)
+++ head/x11/qt5-qev/Makefile	Sat Oct 20 16:11:28 2018	(r482584)
@@ -9,7 +9,7 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt QWidget events introspection tool
 
 USE_QT=		core widgets
-USES=		qmake qt-dist:5,tools
+USES=		compiler:c++11-lang qmake qt-dist:5,tools
 
 WRKSRC_SUBDIR=	src/${PORTNAME}
 


More information about the svn-ports-all mailing list