[74502] trunk/dports/audio/soundtouch/Portfile
elelay at macports.org
elelay at macports.org
Sun Dec 19 13:13:55 PST 2010
Revision: 74502
http://trac.macports.org/changeset/74502
Author: elelay at macports.org
Date: 2010-12-19 13:13:48 -0800 (Sun, 19 Dec 2010)
Log Message:
-----------
fix #27533 - Soundtouch uses system aclocal files which makes it fail to autoreconf on 10.5
Deleting the wrong symlinks will let autoreconf recreate them pointing to MP's aclocal
Modified Paths:
--------------
trunk/dports/audio/soundtouch/Portfile
Modified: trunk/dports/audio/soundtouch/Portfile
===================================================================
--- trunk/dports/audio/soundtouch/Portfile 2010-12-19 17:56:53 UTC (rev 74501)
+++ trunk/dports/audio/soundtouch/Portfile 2010-12-19 21:13:48 UTC (rev 74502)
@@ -29,6 +29,11 @@
use_autoreconf yes
autoreconf.args -fvi
+# remove bad symlinks to /usr/share/aclocal, see #27533
+post-patch {
+ eval [list exec rm] [glob ${worksrcpath}/config/m4/*.m4]
+}
+
configure.args --enable-shared --disable-static
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101219/d548caa5/attachment.html>
More information about the macports-changes
mailing list