summaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-29 13:36:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-29 13:36:07 +0000
commit762dd06365ee6ccae150ba760c6b5e4fd4d284b8 (patch)
treeecd24b939893d9a7161d8e53c0dd694670cec17e /multimedia/vlc
parentNo longer need to worry about man/man3w. (diff)
- Fix compilation when both Mozilla plugin and DTS support are enabled
Reported by: Jonathan Chen <jonc@chen.org.nz>
Notes
Notes: svn path=/head/; revision=204668
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile.inc b/multimedia/vlc/Makefile.inc
index 56f8db9b5b8f..4b2f5f97b984 100644
--- a/multimedia/vlc/Makefile.inc
+++ b/multimedia/vlc/Makefile.inc
@@ -272,7 +272,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|' \
${WRKSRC}/loader/module.c
.endif
- @${REINPLACE_CMD} -e 's|dts_free|dca_free|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|dts_free|dca_free|g ; s|-ldts|-ldca|g' ${WRKSRC}/configure
pre-build:
@${REINPLACE_CMD} -e 's|/intl/libintl.a|${WRKSRC}/intl/libintl.a|' \