diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-05-20 14:39:57 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-05-20 14:39:57 +0000 |
commit | f5fb66d67899d9d036e2438269c4d9ab66bc0566 (patch) | |
tree | cd260d8ff2711bf2e11269a6dc28afbdfc7788d5 | |
parent | - Update to 4.3.10 (diff) |
- Sync with multimedia/libquicktime (new location of header files)
Requested by: tim@spyderweb.com.au
PR: ports/81238
Notes
Notes:
svn path=/head/; revision=135704
-rw-r--r-- | multimedia/transcode/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index be7eece668b5..7a1a5a09a804 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -407,7 +407,13 @@ pre-configure: @${REINPLACE_CMD} -E -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|-ldl||g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|WRKSRC|${WRKSRC}|g' ${WRKSRC}/export/Makefile.in - + @${REINPLACE_CMD} -E -e 's|<quicktime/|<lqt/|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/export/export_mov.c \ + ${WRKSRC}/import/decode_mov.c \ + ${WRKSRC}/import/import_mov.c \ + ${WRKSRC}/import/probe_mov.c + post-install: .if defined(WITH_XVID) @${LN} -sf ${LOCALBASE}/lib/libxvidcore.so \ |