1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Fix the build with GCC 4.1

- Mute the target so comment does not show up
This commit is contained in:
Alexey Dokuchaev 2006-10-03 22:54:04 +00:00
parent 4d8b22bd01
commit 2c7caeb1d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174405

View File

@ -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