Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 16:42:47 +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: r482599 - head/graphics/qt5-graphicaleffects
Message-ID:  <201810201642.w9KGgl4Z085887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct 20 16:42:46 2018
New Revision: 482599
URL: https://svnweb.freebsd.org/changeset/ports/482599

Log:
  graphics/qt5-graphicaleffects: fix build with GCC-based architectures
  
  PR:		232253
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/graphics/qt5-graphicaleffects/Makefile

Modified: head/graphics/qt5-graphicaleffects/Makefile
==============================================================================
--- head/graphics/qt5-graphicaleffects/Makefile	Sat Oct 20 16:36:10 2018	(r482598)
+++ head/graphics/qt5-graphicaleffects/Makefile	Sat Oct 20 16:42:46 2018	(r482599)
@@ -10,7 +10,7 @@ COMMENT=	Qt Quick graphical effects
 
 BROKEN_armv6=		fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
 
-USES=		qmake qt-dist:5,graphicaleffects
+USES=		compiler:c++11-lang qmake qt-dist:5,graphicaleffects
 USE_QT=		buildtools_build core gui quick qml
 
 .include <bsd.port.mk>



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