diff options
author | kevlo <kevlo@FreeBSD.org> | 2007-07-18 16:33:30 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2007-07-18 16:33:30 +0800 |
commit | 554458f9c852eac05d7e150717d0f587c9c094f1 (patch) | |
tree | 6a66da7e7c3bb438b22b51ad5a845527b524da32 | |
parent | 534a5b484c17d8cb017614a65b5507c4317bbf51 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |