[58088] trunk/dports/lang/ruby186/Portfile
kimuraw at macports.org
kimuraw at macports.org
Mon Sep 21 18:15:23 PDT 2009
Revision: 58088
http://trac.macports.org/changeset/58088
Author: kimuraw at macports.org
Date: 2009-09-21 18:15:19 -0700 (Mon, 21 Sep 2009)
Log Message:
-----------
lang/ruby186: enable build_arch
Modified Paths:
--------------
trunk/dports/lang/ruby186/Portfile
Modified: trunk/dports/lang/ruby186/Portfile
===================================================================
--- trunk/dports/lang/ruby186/Portfile 2009-09-22 00:53:39 UTC (rev 58087)
+++ trunk/dports/lang/ruby186/Portfile 2009-09-22 01:15:19 UTC (rev 58088)
@@ -48,6 +48,10 @@
--enable-pthread \
--without-tk
+if {![variant_isset universal] && [info exists build_arch] && $build_arch != ""} {
+ onfigure.env-append ARCH_FLAG="-arch ${build_arch}"
+}
+
destroot.target install install-doc
post-destroot {
foreach type {site vendor} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090921/8a826264/attachment.html>
More information about the macports-changes
mailing list