diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-16 16:30:06 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-16 16:30:06 +0000 |
commit | 2603c39fd6fb939d42ebb8d9c336abd18fd2405e (patch) | |
tree | 4a1b2612fbb9c0dac9009f700b3cafe8f8e0b99b /multimedia | |
parent | Update to 0.2000.16.16.59.2 (diff) |
o Circumvent situation where both libdivx{encore,decore-devel} are
installed
o Unfortunaly, the port requires the latest divx{de,en}core libraries
which are only distributed for Linux. Therefore, there is no port
change, just a work around
Notes
Notes:
svn path=/head/; revision=54780
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avifile/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 6ebb72c837e1..4b802db0ebb5 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/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|" \ |