Fix build on clang 6.0.0, bump PORTREVISION
This commit is contained in:
parent
cbea043600
commit
7d2502e316
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462282
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user