Index: multimedia/ffmpeg/Makefile =================================================================== --- multimedia/ffmpeg/Makefile (revision 335772) +++ multimedia/ffmpeg/Makefile (working copy) @@ -349,6 +349,7 @@ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|-ldl||' \ -e 's|opencv opencv/cxcore.h|opencv-core opencv2/core/core_c.h|g' \ + -e 's|freetype/freetype.h|freetype.h|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL5}|g' \ ${WRKSRC}/doc/texi2pod.pl Index: multimedia/ffmpeg/files/patch-libavfilter_vf-drawtext.c =================================================================== --- multimedia/ffmpeg/files/patch-libavfilter_vf-drawtext.c (revision 0) +++ multimedia/ffmpeg/files/patch-libavfilter_vf-drawtext.c (working copy) @@ -0,0 +1,10 @@ +--- libavfilter/vf_drawtext.c.orig 2013-11-20 03:28:56.000000000 +0100 ++++ libavfilter/vf_drawtext.c 2013-12-06 18:26:57.000000000 +0100 +@@ -48,7 +48,6 @@ + #include "video.h" + + #include +-#include + #include FT_FREETYPE_H + #include FT_GLYPH_H + #if CONFIG_FONTCONFIG Property changes on: multimedia/ffmpeg/files/patch-libavfilter_vf-drawtext.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: multimedia/ffmpeg0/Makefile =================================================================== --- multimedia/ffmpeg0/Makefile (revision 335772) +++ multimedia/ffmpeg0/Makefile (working copy) @@ -413,6 +413,7 @@ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|-ldl||; s|$$(LIBMAJOR)|${SHLIB_VER}|g;' \ -e 's|opencv opencv/cxcore.h|opencv-core opencv2/core/core_c.h|g' \ + -e 's|freetype/freetype.h|freetype.h|g' \ -e 's|check_ldflags -Wl,--as-needed||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL5}|g' \ Index: multimedia/ffmpeg0/files/patch-libavfilter_vf-drawtext.c =================================================================== --- multimedia/ffmpeg0/files/patch-libavfilter_vf-drawtext.c (revision 0) +++ multimedia/ffmpeg0/files/patch-libavfilter_vf-drawtext.c (working copy) @@ -0,0 +1,10 @@ +--- libavfilter/vf_drawtext.c.orig 2013-12-06 18:18:29.000000000 +0100 ++++ libavfilter/vf_drawtext.c 2013-12-06 18:18:49.000000000 +0100 +@@ -41,7 +41,6 @@ + #undef time + + #include +-#include + #include FT_FREETYPE_H + #include FT_GLYPH_H + Property changes on: multimedia/ffmpeg0/files/patch-libavfilter_vf-drawtext.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property