Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 07:42:09 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462282 - head/multimedia/mpeg4ip
Message-ID:  <201802190742.w1J7g98U005741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Mon Feb 19 07:42:08 2018
New Revision: 462282
URL: https://svnweb.freebsd.org/changeset/ports/462282

Log:
  Fix build on clang 6.0.0, bump PORTREVISION

Modified:
  head/multimedia/mpeg4ip/Makefile

Modified: head/multimedia/mpeg4ip/Makefile
==============================================================================
--- head/multimedia/mpeg4ip/Makefile	Mon Feb 19 07:17:08 2018	(r462281)
+++ head/multimedia/mpeg4ip/Makefile	Mon Feb 19 07:42:08 2018	(r462282)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mpeg4ip
 PORTVERSION=	1.6.1
-PORTREVISION=	39
+PORTREVISION=	40
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	LOCAL/ahze
 # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136
@@ -31,6 +31,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CFLAGS+=	-Wno-return-type
 CPPFLAGS+=	-I${LOCALBASE}/include/SDL -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include
+CXXFLAGS+=	-std=gnu++98
 LIBS+=		-L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-ffmpeg=${LOCALBASE} \
 		--enable-mp4live \



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