Ticket #12153: macports-linuxmake.patch
File macports-linuxmake.patch, 582 bytes (added by afb@…, 17 years ago) |
---|
-
src/port1.0/portbuild.tcl
57 57 bsd { 58 58 if {[option os.platform] == "darwin"} { 59 59 return bsdmake 60 } elseif {[option os.platform] == "linux"} { 61 return pmake 60 62 } else { 61 63 return make 62 64 } … … 64 66 gnu { 65 67 if {[option os.platform] == "darwin"} { 66 68 return gnumake 69 } elseif {[option os.platform] == "linux"} { 70 return make 67 71 } else { 68 72 return gmake 69 73 }