IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15392


Ignore:
Timestamp:
Oct 26, 2007, 10:21:53 AM (19 years ago)
Author:
Paul Price
Message:

Darwin_x86 needs the /sw/ directories as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r15009 r15392  
    404404
    405405    if ($sys eq "Darwin") {
    406         $arch = "darwin";
    407         $mach = `uname -m`; chomp $mach;
    408         if ($mach == "i386") {
    409             $arch="darwin_x86";
    410         } else {
    411             unshift @libpath, "/sw/lib";
    412             unshift @incpath, "/sw/include";
    413             unshift @incpath, "/usr/include/sys";
    414             $dlltype = "dylib";
    415         }
    416         return;
     406        if ($mach == "i386") {
     407            $arch="darwin_x86";
     408        } else {
     409            $arch = "darwin";
     410        }
     411        $dlltype = "dylib";
     412        $mach = `uname -m`; chomp $mach;
     413        unshift @libpath, "/sw/lib";
     414        unshift @incpath, "/sw/include";
     415        unshift @incpath, "/usr/include/sys";
     416        return;
    417417    }
    418418
Note: See TracChangeset for help on using the changeset viewer.