Ticket #14227: patch-gcc41-select.diff
File patch-gcc41-select.diff, 799 bytes (added by raimue (Rainer Müller), 17 years ago) |
---|
-
files/mp-gcc41
1 bin/gcc-mp-4.1 2 bin/cpp-mp-4.1 3 bin/c++-mp-4.1 4 bin/g++-mp-4.1 5 bin/gcj-mp-4.1 6 bin/gcov-mp-4.1 7 bin/gfortan-mp-4.1 -
Portfile
76 76 if {![catch {set ffitarget.h [glob ${destroot}${prefix}/lib/${name}/gcc/*/${version}/include/ffitarget.h]} result]} { 77 77 file copy ${ffitarget.h} ${destroot}${prefix}/include/${name}/ 78 78 } 79 80 xinstall -m 755 -d ${destroot}${prefix}/etc/select/gcc 81 xinstall -m 444 ${filespath}/mp-gcc41 ${destroot}${prefix}/etc/select/gcc/ 79 82 } 80 83 81 84 platform darwin 9 {