[92036] trunk/dports/devel/liboil/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Apr 16 09:34:05 PDT 2012


Revision: 92036
          https://trac.macports.org/changeset/92036
Author:   jeremyhu at macports.org
Date:     2012-04-16 09:34:03 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
liboil: Also fix +universal on SL

Modified Paths:
--------------
    trunk/dports/devel/liboil/Portfile

Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile	2012-04-16 16:08:27 UTC (rev 92035)
+++ trunk/dports/devel/liboil/Portfile	2012-04-16 16:34:03 UTC (rev 92036)
@@ -33,7 +33,11 @@
 autoreconf.args -fvi
 
 if {[variant_isset universal]} { 
+    set merger_host(i386) i686-apple-${os.platform}${os.major}
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
+} elseif {${build_arch} == "i386"} {
+    configure.args-append \
+        --host=i686-apple-${os.platform}${os.major}
 } elseif {${build_arch} == "x86_64"} {
     configure.args-append \
         --host=${build_arch}-apple-${os.platform}${os.major}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/e9e68275/attachment.html>


More information about the macports-changes mailing list