Fix build on clang 6.0.0, bump PORTREVISION

This commit is contained in:
Thomas Zander 2018-02-19 07:42:08 +00:00
parent cbea043600
commit 7d2502e316
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462282

View File

@ -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 \