svn commit: r488430 - head/audio/gstreamer1-plugins-webrtcdsp

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:25:24 UTC 2018


Author: linimon
Date: Wed Dec 26 20:25:23 2018
New Revision: 488430
URL: https://svnweb.freebsd.org/changeset/ports/488430

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234337
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/gstreamer1-plugins-webrtcdsp/Makefile

Modified: head/audio/gstreamer1-plugins-webrtcdsp/Makefile
==============================================================================
--- head/audio/gstreamer1-plugins-webrtcdsp/Makefile	Wed Dec 26 20:21:28 2018	(r488429)
+++ head/audio/gstreamer1-plugins-webrtcdsp/Makefile	Wed Dec 26 20:25:23 2018	(r488430)
@@ -8,6 +8,8 @@ COMMENT=	GStreamer WebRTC Audio Processing plugin
 GST_PLUGIN=	webrtcdsp
 DIST=		bad
 
+USES+=		compiler:c++11-lang
+
 MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list