diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 71f7593436b7..59fb8ffb1e53 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -19,12 +19,14 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/SoundTouch-${PORTVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|; s|$$(prefix)/doc|$$(datadir)/doc|' \ +post-patch: .SILENT + ${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|; s|$$(prefix)/doc|$$(datadir)/doc|' \ ${WRKSRC}/source/example/bpm/Makefile.in \ ${WRKSRC}/source/example/SoundStretch/Makefile.in \ ${WRKSRC}/source/SoundTouch/Makefile.in \ ${WRKSRC}/include/Makefile.in ${WRKSRC}/Makefile.in + # Fix for GCC 4.x + ${REINPLACE_CMD} -e 's|SoundTouch::||' ${WRKSRC}/include/SoundTouch.h .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/ install-pkgdocDATA$$//' \ ${WRKSRC}/Makefile.in