[90026] trunk/dports/audio/audiofile/Portfile

dports at macports.org dports at macports.org
Sun Feb 19 14:18:42 PST 2012


Revision: 90026
          http://trac.macports.org/changeset/90026
Author:   dports at macports.org
Date:     2012-02-19 14:18:40 -0800 (Sun, 19 Feb 2012)
Log Message:
-----------
audiofile: don't replace the bundled libtool; this doesn't seem to be
necessary anymore, and it causes linking to use the wrong compiler

Modified Paths:
--------------
    trunk/dports/audio/audiofile/Portfile

Modified: trunk/dports/audio/audiofile/Portfile
===================================================================
--- trunk/dports/audio/audiofile/Portfile	2012-02-19 22:03:15 UTC (rev 90025)
+++ trunk/dports/audio/audiofile/Portfile	2012-02-19 22:18:40 UTC (rev 90026)
@@ -23,8 +23,6 @@
                     sha1    f7b7f007e5c5c478f9bb3fed3534a105cbd1e884 \
                     rmd160  cab2faf6ae42023616de9be4b59c3fb5e3c6eee7
 
-depends_build   port:libtool
-
 configure.ccache    no
 
 if {${configure.compiler} == "clang"} {
@@ -41,11 +39,5 @@
         COPYING.GPL ChangeLog NEWS NOTES README TODO ${destroot}${docdir}
 }
 
-post-configure {
-    # Bundled libtool does not understand -arch for linking
-    file delete ${worksrcpath}/libtool
-    file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
-}
-
 livecheck.type  regex
 livecheck.regex ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120219/40c96646/attachment-0001.html>


More information about the macports-changes mailing list