[70988] trunk/dports/lang/ruby19/Portfile

kimuraw at macports.org kimuraw at macports.org
Sat Aug 28 21:14:57 PDT 2010


Revision: 70988
          http://trac.macports.org/changeset/70988
Author:   kimuraw at macports.org
Date:     2010-08-28 21:14:54 -0700 (Sat, 28 Aug 2010)
Log Message:
-----------
lang/ruby19: fix #22866, ruby19 +universal not works.
    the configure option "--with-arch" introduced at 1.9.2 enables
    universal binaries. like this: 

      ./configure --with-arch=i386,x86_64

Modified Paths:
--------------
    trunk/dports/lang/ruby19/Portfile

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2010-08-29 02:35:54 UTC (rev 70987)
+++ trunk/dports/lang/ruby19/Portfile	2010-08-29 04:14:54 UTC (rev 70988)
@@ -104,6 +104,10 @@
 		configure.args-append   --enable-tcltk-framework
 }
 
+variant universal {
+		configure.args-append   --with-arch=[join ${universal_archs} ,]
+}
+
 livecheck.type	regex
 livecheck.url	http://ftp.ruby-lang.org/pub/ruby/1.9/
 livecheck.regex	ruby-(${version})${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100828/86403b7d/attachment.html>


More information about the macports-changes mailing list