diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-12-15 13:29:55 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-12-15 13:29:55 +0000 |
commit | bf8d6821972a0ad863846d8de60ed9979c21eab4 (patch) | |
tree | 5659873c238a9964f6068ff246c6edfe487de264 /multimedia/libdv/Makefile | |
parent | 1aa27e0a632768c41f261353039f29c1aba5e5f9 (diff) | |
download | ports-bf8d6821972a0ad863846d8de60ed9979c21eab4.tar.gz ports-bf8d6821972a0ad863846d8de60ed9979c21eab4.zip |
Notes
Diffstat (limited to 'multimedia/libdv/Makefile')
-rw-r--r-- | multimedia/libdv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index 8d0e82611d45..fe8acad91efc 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -88,6 +88,10 @@ post-patch: @${REINPLACE_CMD} -E -e 's|(@REQUIRES_NOPKGCONFIG@)|-L${LOCALBASE}/include \1|' \ ${WRKSRC}/libdv.pc.in +pre-configure: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |