Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 11:07:13 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522479 - head/graphics/gstreamer1-plugins-openexr
Message-ID:  <202001091107.009B7DGN011896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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