svn commit: r488916 - head/graphics/qtpbfimageplugin

Mark Linimon linimon at FreeBSD.org
Tue Jan 1 15:55:57 UTC 2019


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}


More information about the svn-ports-all mailing list