svn commit: r522479 - head/graphics/gstreamer1-plugins-openexr

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jan 9 11:07:13 UTC 2020


Author: pkubaj
Date: Thu Jan  9 11:07:12 2020
New Revision: 522479
URL: https://svnweb.freebsd.org/changeset/ports/522479

Log:
  graphics/gstreamer1-plugins-openexr: fix build on GCC architectures
  
  C++11 compiler is necessary because of:
                  ${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/ext/openexr/Makefile.in

Modified:
  head/graphics/gstreamer1-plugins-openexr/Makefile

Modified: head/graphics/gstreamer1-plugins-openexr/Makefile
==============================================================================
--- head/graphics/gstreamer1-plugins-openexr/Makefile	Thu Jan  9 10:48:11 2020	(r522478)
+++ head/graphics/gstreamer1-plugins-openexr/Makefile	Thu Jan  9 11:07:12 2020	(r522479)
@@ -5,6 +5,7 @@ CATEGORIES=	graphics
 
 COMMENT=	GStreamer OpenExr codec plugin
 
+USES+=		compiler:c++11-lang
 GST_PLUGIN=	openexr
 DIST=		bad
 


More information about the svn-ports-all mailing list