Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/soundtouch/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 28 Jul 2007 22:41:56 -0000 1.12 +++ Makefile 26 Aug 2007 16:28:26 -0000 @@ -18,12 +18,8 @@ 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 @@ ${WRKSRC}/Makefile.in .endif -post-configure: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure - .include