diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avifile/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 6ebb72c837e1..4b802db0ebb5 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -88,6 +88,10 @@ packet 'pth' is installed.";\ ${FALSE};\ fi +post-patch: + @${PERL} -pi -e "s|decore.h|divx/decore.h|; \ + s|encore2.h|divx/encore.h|" ${WRKSRC}/plugins/libdivx4/* + pre-configure: @${PERL} -pi -e "s|-lqt|-lqt2|g;s|qt-mt|qt2-mt|g;\ s|^(PACKAGE=avifile).*|\1|" \ |