diff options
author | sat <sat@FreeBSD.org> | 2007-05-31 13:49:09 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-05-31 13:49:09 +0800 |
commit | bf30a4994cef2f9fd57e05135f6aaa66f541a8bd (patch) | |
tree | 4fe5b932b92d65c19b7e13fb59f8d522b40b9471 /multimedia | |
parent | dd3cc648a132168b119971e70644cb14269c3773 (diff) | |
download | freebsd-ports-gnome-bf30a4994cef2f9fd57e05135f6aaa66f541a8bd.tar.gz freebsd-ports-gnome-bf30a4994cef2f9fd57e05135f6aaa66f541a8bd.tar.zst freebsd-ports-gnome-bf30a4994cef2f9fd57e05135f6aaa66f541a8bd.zip |
- Fix build with gcc4
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/transcode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 8d59a230726f..8b12d0bdf53d 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -274,6 +274,7 @@ post-patch: .endif @${REINPLACE_CMD} -E -e 's|(seek)64|\1|' ${WRKSRC}/avilib/avidump.c @${REINPLACE_CMD} -E -e 's|<SDL/|<|' ${WRKSRC}/filter/preview/display.h + @${REINPLACE_CMD} -e '/^static.*lrint/s|static ||' ${WRKSRC}/filter/filter_modfps.c @${REINPLACE_CMD} -E -e 's|(-la52)|\1 ${LIBA52_DEP_LIBS}|g ; \ s|FFMPEG_VERSION|LIBAVCODEC_IDENT|g' \ |