svn commit: r462282 - head/multimedia/mpeg4ip
Thomas Zander
riggs at FreeBSD.org
Mon Feb 19 07:42:09 UTC 2018
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 \
More information about the svn-ports-all
mailing list