[linimon at FreeBSD.org: svn commit: r488055 - head/multimedia/webvfx-qt5]

Mark Linimon linimon at lonesome.com
Sat Dec 22 03:05:47 UTC 2018


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Sat, 22 Dec 2018 03:00:12 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r488055 - head/multimedia/webvfx-qt5

Author: linimon
Date: Sat Dec 22 03:00:11 2018
New Revision: 488055
URL: https://svnweb.freebsd.org/changeset/ports/488055

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234062
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/webvfx-qt5/Makefile

Modified: head/multimedia/webvfx-qt5/Makefile
==============================================================================
--- head/multimedia/webvfx-qt5/Makefile	Sat Dec 22 02:51:51 2018	(r488054)
+++ head/multimedia/webvfx-qt5/Makefile	Sat Dec 22 03:00:11 2018	(r488055)
@@ -18,7 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	mltframework
 GH_TAGNAME=	e918ce4
 
-USES=		pkgconfig qmake qt:5
+USES=		compiler:c++11-lang pkgconfig qmake qt:5
 USE_QT=		3d buildtools_build declarative opengl webkit
 USE_LDCONFIG=	yes
 


----- End forwarded message -----


More information about the freebsd-multimedia mailing list