diff options
author | lioux <lioux@FreeBSD.org> | 2002-02-16 16:30:06 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-02-16 16:30:06 +0000 |
commit | 734639b85700c3bd8aaedc6486ead8cac5b5af29 (patch) | |
tree | 778e9a551617a1359f83efda55dfff6ddfb258bf /multimedia/avifile | |
parent | d7f943b881e989358a7489b92c0190997dfbae0c (diff) | |
download | FreeBSD-ports-734639b85700c3bd8aaedc6486ead8cac5b5af29.zip FreeBSD-ports-734639b85700c3bd8aaedc6486ead8cac5b5af29.tar.gz |
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
Diffstat (limited to 'multimedia/avifile')
-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 6ebb72c..4b802db 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|" \ |