1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

[PATCH] audio/soundtouch: fix build.

Attached patch seems to fix the build.

PR:		ports/115768
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-09-23 10:57:35 +00:00
parent 901de7f4bc
commit 82a527cf94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199968

View File

@ -18,12 +18,8 @@ CONFIGURE_ARGS= --enable-shared=yes
USE_AUTOTOOLS= autoconf:259 automake:19:env libtool:15
USE_LDCONFIG= yes
BROKEN= Does not compile
post-patch: .SILENT
.for f in config.guess config.sub depcomp install-sh missing
${LN} -sf ${LOCALBASE}/share/automake-1.9/${f} ${WRKSRC}/config/${f}
.endfor
pre-configure:
cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog && ${AUTORECONF} -i
${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g; \
s|-O3[^I]*|${CXXFLAGS} -|; s|$$(prefix)/doc|$$(datadir)/doc|; \
@ -38,7 +34,4 @@ post-patch: .SILENT
${WRKSRC}/Makefile.in
.endif
post-configure:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.include <bsd.port.mk>