Ticket #18900: openssl-universal-destroot-fix.diff

File openssl-universal-destroot-fix.diff, 642 bytes (added by sam@…, 15 years ago)
  • opt/mports/trunk/dports/devel/openssl/Portfile

     
    111111                        system "cd ${workpath}/pre-dest/${arch}${prefix} && patch --no-backup-if-mismatch -p0 < ${configpatch}"
    112112                }
    113113
    114                 set basepath "${workpath}/pre-dest/i386"
     114                set basepath "${workpath}/pre-dest/${arch}"
    115115                fs-traverse file "${basepath}" {
    116116                        set fpath [string range "${file}" [string length "${basepath}"] [string length "${file}"]]
    117117                        if {${fpath} != ""} {