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

jeremyhu at macports.org jeremyhu at macports.org
Mon Nov 23 09:59:31 PST 2009


Revision: 60787
          http://trac.macports.org/changeset/60787
Author:   jeremyhu at macports.org
Date:     2009-11-23 09:59:30 -0800 (Mon, 23 Nov 2009)
Log Message:
-----------
audiofile: Fix support for build_arch

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

Modified: trunk/dports/audio/audiofile/Portfile
===================================================================
--- trunk/dports/audio/audiofile/Portfile	2009-11-23 17:58:50 UTC (rev 60786)
+++ trunk/dports/audio/audiofile/Portfile	2009-11-23 17:59:30 UTC (rev 60787)
@@ -38,10 +38,9 @@
 }
 
 post-configure {
-    if {[variant_isset universal]} {
-        file delete ${worksrcpath}/libtool
-        file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
-    }
+    # Bundled libtool does not understand -arch for linking
+    file delete ${worksrcpath}/libtool
+    file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091123/872335e9/attachment.html>


More information about the macports-changes mailing list