diff -uNr /opt/local/var/macports/sources/rsync.macports.org/release/ports/science/cdf/Portfile cdf/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | name cdf |
5 | 5 | version 32 |
| 6 | revision 1 |
6 | 7 | maintainers gwright@macports.org |
7 | 8 | platforms darwin |
8 | 9 | categories science |
diff -uNr /opt/local/var/macports/sources/rsync.macports.org/release/ports/science/cdf/files/patch-Makefile cdf/files/patch-Makefile
old
|
new
|
|
14 | 14 | +COPTIONS_macosx_ppc=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE |
15 | 15 | COPTIONSld_macosx_ppc=-arch ppc -isysroot/Developer/SDKs/MacOSX10.4u.sdk |
16 | 16 | -FOPTIONS_macosx_ppc=-w |
17 | | +FOPTIONS_macosx_ppc=-w -fsecond-underscore |
| 17 | +FOPTIONS_macosx_ppc=-w -fno-second-underscore |
18 | 18 | FOPTIONSld_macosx_ppc= |
19 | 19 | CURSESLIB_macosx_ppc=-lcurses |
20 | 20 | SYSLIBSexe_macosx_ppc=-L/Developer/SDKs/MacOSX10.4u.sdk -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1 -lm -lc -lgcc -lSystemStubs |
… |
… |
|
31 | 31 | +COPTIONS_macosx_ppc64=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -m64 -DMACOSX64 -D__ppc__ -D__MACH__ -D__APPLE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE |
32 | 32 | COPTIONSld_macosx_ppc64=-arch ppc64 -isysroot/Developer/SDKs/MacOSX10.4u.sdk |
33 | 33 | -FOPTIONS_macosx_ppc64=-w |
34 | | +FOPTIONS_macosx_ppc64=-w -fsecond-underscore |
| 34 | +FOPTIONS_macosx_ppc64=-w -fno-second-underscore |
35 | 35 | FOPTIONSld_macosx_ppc64= |
36 | 36 | CURSESLIB_macosx_ppc64=-lcurses |
37 | 37 | SYSLIBSexe_macosx_ppc64=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/ppc64 -lm -lc -gcc |
… |
… |
|
49 | 49 | -FOPTIONS_macosx_i386=-w |
50 | 50 | +COPTIONS_macosx_i386=-isysroot/Developer/SDKs/MacOSX10.4u.sdk -Di386 -D__MACH__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE |
51 | 51 | +COPTIONSld_macosx_i386=-isysroot/Developer/SDKs/MacOSX10.4u.sdk |
52 | | +FOPTIONS_macosx_i386=-w -fsecond-underscore |
| 52 | +FOPTIONS_macosx_i386=-w -fno-second-underscore |
53 | 53 | FOPTIONSld_macosx_i386= |
54 | 54 | CURSESLIB_macosx_i386=-lcurses |
55 | 55 | SYSLIBSexe_macosx_i386=-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -L/usr/lib/gcc/i686-apple-darwin8/4.0.1 -lm -lc -lgcc |