[54114] trunk/dports/devel/openssl/Portfile

jmr at macports.org jmr at macports.org
Tue Jul 21 08:35:46 PDT 2009


Revision: 54114
          http://trac.macports.org/changeset/54114
Author:   jmr at macports.org
Date:     2009-07-21 08:35:45 -0700 (Tue, 21 Jul 2009)
Log Message:
-----------
openssl: fix universal variant on MP 1.7 (#20370, #17865)

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

Modified: trunk/dports/devel/openssl/Portfile
===================================================================
--- trunk/dports/devel/openssl/Portfile	2009-07-21 10:53:26 UTC (rev 54113)
+++ trunk/dports/devel/openssl/Portfile	2009-07-21 15:35:45 UTC (rev 54114)
@@ -68,6 +68,13 @@
 
 	configure.universal_args-delete --disable-dependency-tracking
 	configure.args-delete  --disable-dependency-tracking
+	# workaround for #17865
+	if {![info exists configure.universal_args]} {
+	    configure.universal_args
+	}
+	if {![info exists configure.args]} {
+	    configure.args
+	}
 
 	pre-destroot {
 		global merger_dont_diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090721/c20b4fb9/attachment.html>


More information about the macports-changes mailing list