aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 08:04:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 08:04:10 +0000
commitc401538bead79fdc9e59a04467e35222b7e7b544 (patch)
tree84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /audio
parent3ce0866a9c937f93aedead3fd9faca8580b92a2c (diff)
downloadports-c401538bead79fdc9e59a04467e35222b7e7b544.tar.gz
ports-c401538bead79fdc9e59a04467e35222b7e7b544.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/gimmix/Makefile1
-rw-r--r--audio/streamtranscoder/Makefile3
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile
index 979ecc342c22..a2eb2739d582 100644
--- a/audio/gimmix/Makefile
+++ b/audio/gimmix/Makefile
@@ -49,5 +49,6 @@ PLIST_SUB+= NLS="@comment "
post-patch:
@${LN} -sf ${LOCALBASE}/share/intltool/Makefile.in.in ${WRKSRC}/po/Makefile.in.in
+ @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/gimmix-covers.c ${WRKSRC}/src/gimmix-lyrics.c
.include <bsd.port.mk>
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)