aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libtheora
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-07-18 08:33:30 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-07-18 08:33:30 +0000
commit7a3fdf991cfa127cc58badb8e86be55f46a07432 (patch)
treeb9919c49ce9acee3380f2b0879264e6b63a9b698 /multimedia/libtheora
parentcec2f81270c00288d2cfff3b47ebf805f6cd20eb (diff)
downloadports-7a3fdf991cfa127cc58badb8e86be55f46a07432.tar.gz
ports-7a3fdf991cfa127cc58badb8e86be55f46a07432.zip
There is no need to replace pthread in examples/Makefile.in
Notes
Notes: svn path=/head/; revision=195835
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r--multimedia/libtheora/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index f1e8c486fe8f..2725fe92cc75 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -32,8 +32,6 @@ CONFIGURE_ARGS+=--disable-asm
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/examples/Makefile.in
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>