Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 03:05:42 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        multimedia@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r488055 - head/multimedia/webvfx-qt5]
Message-ID:  <20181222030542.GQ10311@lonesome.com>

next in thread | raw e-mail | index | archive | help

FYI

mcl

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

Date: Sat, 22 Dec 2018 03:00:12 +0000 (UTC)
From: Mark Linimon <linimon@FreeBSD.org>
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@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 -----



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