svn commit: r508797 - head/net/liveMedia

Piotr Kubaj pkubaj at FreeBSD.org
Mon Aug 12 20:13:19 UTC 2019


Author: pkubaj
Date: Mon Aug 12 20:13:18 2019
New Revision: 508797
URL: https://svnweb.freebsd.org/changeset/ports/508797

Log:
  net/liveMedia: fix build with GCC-based architectures
  
  Use C++11 compiler:
  MPEG2TransportStreamParser.hh:107: error: a class-key must be used when declaring a friend
  
  Approved by:    mentors (implicit approval)

Modified:
  head/net/liveMedia/Makefile

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Mon Aug 12 19:47:19 2019	(r508796)
+++ head/net/liveMedia/Makefile	Mon Aug 12 20:13:18 2019	(r508797)
@@ -25,7 +25,7 @@ HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	genMakefiles
 CONFIGURE_ARGS=		fixed-freebsd
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list