aboutsummaryrefslogtreecommitdiffstats
path: root/audio/streamtranscoder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/streamtranscoder/Makefile')
-rw-r--r--audio/streamtranscoder/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile
index 0c2dadda8a5d..d4c64ee0bc49 100644
--- a/audio/streamtranscoder/Makefile
+++ b/audio/streamtranscoder/Makefile
@@ -31,6 +31,9 @@ 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 '/<curl\/types.h>/d' \
+ ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure \
+ ${WRKSRC}/src/libtranscoder/transcurl.cpp
post-install:
.if !defined(NOPORTDOCS)