[64134] trunk/dports/lang/scsh/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Feb 22 20:26:30 PST 2010
Revision: 64134
http://trac.macports.org/changeset/64134
Author: ryandesign at macports.org
Date: 2010-02-22 20:26:29 -0800 (Mon, 22 Feb 2010)
Log Message:
-----------
scsh: force 32-bit build; see #23357
Modified Paths:
--------------
trunk/dports/lang/scsh/Portfile
Modified: trunk/dports/lang/scsh/Portfile
===================================================================
--- trunk/dports/lang/scsh/Portfile 2010-02-23 04:18:34 UTC (rev 64133)
+++ trunk/dports/lang/scsh/Portfile 2010-02-23 04:26:29 UTC (rev 64134)
@@ -21,3 +21,13 @@
checksums md5 69c88ca86a8aaaf0f87d253b99d339b5
configure.args --mandir=${prefix}/share/man
build.target enough
+
+# Force 32-bit build
+switch ${build_arch} {
+ x86_64 {
+ configure.build_arch i386
+ }
+ ppc64 {
+ configure.build_arch ppc
+ }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100222/6f39ca07/attachment.html>
More information about the macports-changes
mailing list