aboutsummaryrefslogtreecommitdiff
path: root/multimedia
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
parent1d54be903fab25602cb31820f70c8c4d2a6d9806 (diff)
downloadports-762dd06365ee6ccae150ba760c6b5e4fd4d284b8.tar.gz
ports-762dd06365ee6ccae150ba760c6b5e4fd4d284b8.zip
Notes
Diffstat (limited to 'multimedia')
-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|' \