aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2007-07-18 16:33:30 +0800
committerkevlo <kevlo@FreeBSD.org>2007-07-18 16:33:30 +0800
commit554458f9c852eac05d7e150717d0f587c9c094f1 (patch)
tree6a66da7e7c3bb438b22b51ad5a845527b524da32
parent534a5b484c17d8cb017614a65b5507c4317bbf51 (diff)
downloadfreebsd-ports-gnome-554458f9c852eac05d7e150717d0f587c9c094f1.tar.gz
freebsd-ports-gnome-554458f9c852eac05d7e150717d0f587c9c094f1.tar.zst
freebsd-ports-gnome-554458f9c852eac05d7e150717d0f587c9c094f1.zip
There is no need to replace pthread in examples/Makefile.in
-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>