New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11113: ocaml.patch

File ocaml.patch, 1.2 KB (added by kevin@…, 5 years ago)
  • Portfile

    diff -urN ocaml.orig/Portfile ocaml/Portfile
    old new  
    33PortSystem 1.0 
    44name                    ocaml 
    55version                 3.09.3 
     6revision                1 
    67platforms               darwin 
    78maintainers             pguyot@kallisys.net 
    89categories              lang 
     
    2021 
    2122use_bzip2                       yes 
    2223 
     24patchfiles              patch-configure 
     25 
    2326# Configure. 
    2427configure.pre_args      -prefix ${prefix}  
    2528configure.args          -no-tk  
  • files/patch-configure

    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"