aboutsummaryrefslogtreecommitdiff
path: root/audio/streamtranscoder
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 21:37:39 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 21:37:39 +0000
commit112f62e6b9a1ec43ddc94a4694095f410e4b643e (patch)
tree277ac2758fc47caca6c3e00663bc52d197085558 /audio/streamtranscoder
parent33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff)
downloadports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.gz
ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.zip
Notes
Diffstat (limited to 'audio/streamtranscoder')
-rw-r--r--audio/streamtranscoder/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile
index 10d185e44f85..9602695fec1d 100644
--- a/audio/streamtranscoder/Makefile
+++ b/audio/streamtranscoder/Makefile
@@ -28,9 +28,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|g; \
- s|-pthread|${PTHREAD_LIBS}|g; s|-O20|$$CFLAGS|g' \
- ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-O20|$$CFLAGS|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' \
${WRKSRC}/aclocal.m4 ${WRKSRC}/configure \
${WRKSRC}/src/libtranscoder/transcurl.cpp