diff -urN ocaml.orig/Portfile ocaml/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | name ocaml |
5 | 5 | version 3.09.3 |
| 6 | revision 1 |
6 | 7 | platforms darwin |
7 | 8 | maintainers pguyot@kallisys.net |
8 | 9 | categories lang |
… |
… |
|
20 | 21 | |
21 | 22 | use_bzip2 yes |
22 | 23 | |
| 24 | patchfiles patch-configure |
| 25 | |
23 | 26 | # Configure. |
24 | 27 | configure.pre_args -prefix ${prefix} |
25 | 28 | configure.args -no-tk |
diff -urN ocaml.orig/files/patch-configure ocaml/files/patch-configure
old
|
new
|
|
| 1 | --- configure.orig 2006-12-06 21:53:26.000000000 -0500 |
| 2 | +++ configure 2006-12-06 21:53:47.000000000 -0500 |
| 3 | @@ -536,7 +536,7 @@ |
| 4 | byteccrpath="-Wl,-rpath," |
| 5 | mksharedlibrpath="-rpath " |
| 6 | shared_libraries_supported=true;; |
| 7 | - powerpc-apple-darwin*) |
| 8 | + powerpc-apple-darwin*|i686-apple-darwin*) |
| 9 | mksharedlib="cc -bundle -flat_namespace -undefined suppress -o" |
| 10 | bytecccompopts="$dl_defs $bytecccompopts" |
| 11 | #sharedcccompopts="-fnocommon" |