Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 15:55:56 +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: r488916 - head/graphics/qtpbfimageplugin
Message-ID:  <201901011555.x01FtuUS000534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jan  1 15:55:56 2019
New Revision: 488916
URL: https://svnweb.freebsd.org/changeset/ports/488916

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234297
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/graphics/qtpbfimageplugin/Makefile

Modified: head/graphics/qtpbfimageplugin/Makefile
==============================================================================
--- head/graphics/qtpbfimageplugin/Makefile	Tue Jan  1 15:48:47 2019	(r488915)
+++ head/graphics/qtpbfimageplugin/Makefile	Tue Jan  1 15:55:56 2019	(r488916)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libprotobuf-lite.so:devel/protobuf
 
-USES=		gl qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 USE_QT=		core gui buildtools_build
 USE_GL=		gl
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}



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