[52193] trunk/dports/devel/openssl/Portfile
toby at macports.org
toby at macports.org
Thu Jun 11 16:39:46 PDT 2009
Revision: 52193
http://trac.macports.org/changeset/52193
Author: toby at macports.org
Date: 2009-06-11 16:39:43 -0700 (Thu, 11 Jun 2009)
Log Message:
-----------
build fix
Modified Paths:
--------------
trunk/dports/devel/openssl/Portfile
Modified: trunk/dports/devel/openssl/Portfile
===================================================================
--- trunk/dports/devel/openssl/Portfile 2009-06-11 23:14:11 UTC (rev 52192)
+++ trunk/dports/devel/openssl/Portfile 2009-06-11 23:39:43 UTC (rev 52193)
@@ -95,6 +95,12 @@
ppc64 ""
x86_64 ""
}
+} else {
+ # hack to force 64-bit build when the default compiler builds 64-bit binaries
+ if {${os.major} >= 10 && $tcl_platform(wordSize) == 8} {
+ configure.cmd ./Configure
+ configure.args-append darwin64-x86_64-cc
+ }
}
# the test suite can only be run *after* destrooting
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090611/deff72af/attachment.html>
More information about the macports-changes
mailing list