Ticket #32063: Portfile.diff

File Portfile.diff, 360 bytes (added by rudloff@…, 12 years ago)
  • Portfile

    old new  
    5151    }
    5252}
    5353
     54platform darwin 8 {
     55    configure.args-delete   --enable-shared --enable-jit
     56}
     57
    5458variant ocaml description {Enable generation of OCaml binding} {
    5559    depends_lib-append   port:ocaml
    5660