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

jmr at macports.org jmr at macports.org
Thu Mar 19 08:39:09 PDT 2009


Revision: 48332
          http://trac.macports.org/changeset/48332
Author:   jmr at macports.org
Date:     2009-03-19 08:39:02 -0700 (Thu, 19 Mar 2009)
Log Message:
-----------
openssl: handle arbitrary universal_archs (#18596)

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

Modified: trunk/dports/devel/openssl/Portfile
===================================================================
--- trunk/dports/devel/openssl/Portfile	2009-03-19 15:29:01 UTC (rev 48331)
+++ trunk/dports/devel/openssl/Portfile	2009-03-19 15:39:02 UTC (rev 48332)
@@ -111,7 +111,7 @@
 			system "cd ${workpath}/pre-dest/${arch}${prefix} && patch --no-backup-if-mismatch -p0 < ${configpatch}"
 		}
 
-		set basepath "${workpath}/pre-dest/i386"
+		set basepath "${workpath}/pre-dest/${first_arch}"
 		fs-traverse file "${basepath}" {
 			set fpath [string range "${file}" [string length "${basepath}"] [string length "${file}"]]
 			if {${fpath} != ""} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090319/79b561e8/attachment.html>


More information about the macports-changes mailing list