Ticket #12153: macports-linuxmake.patch

File macports-linuxmake.patch, 582 bytes (added by afb@…, 17 years ago)
  • src/port1.0/portbuild.tcl

     
    5757        bsd {
    5858            if {[option os.platform] == "darwin"} {
    5959                return bsdmake
     60            } elseif {[option os.platform] == "linux"} {
     61                return pmake
    6062            } else {
    6163                return make
    6264            }
     
    6466        gnu {
    6567            if {[option os.platform] == "darwin"} {
    6668                return gnumake
     69            } elseif {[option os.platform] == "linux"} {
     70                return make
    6771            } else {
    6872                return gmake
    6973            }