diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/Makefile /home/trasz/soundtouch/Makefile --- /usr/ports/audio/soundtouch/Makefile Sun Jul 29 00:41:56 2007 +++ /home/trasz/soundtouch/Makefile Thu Aug 23 22:45:36 2007 @@ -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 + 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|; \ @@ -37,8 +33,5 @@ ${REINPLACE_CMD} -e 's| install-pkgdocDATA$$||' \ ${WRKSRC}/Makefile.in .endif - -post-configure: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure .include