Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 16:11:29 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482584 - head/x11/qt5-qev
Message-ID:  <201810201611.w9KGBTFh065470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201611.w9KGBTFh065470>