Opened 15 years ago
Last modified 6 years ago
#20911 assigned enhancement
make caml-pcre use the same compiler as ocaml
Reported by: | wiml@… | Owned by: | pmetzger (Perry E. Metzger) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | nox@… |
Port: | ocaml-pcre |
Description
If you had to mess with the compiler flags to get a stable ocaml, then caml-pcre might fail to work because it overrides and ignores ocaml's compiler configuration. This patch gets me a working pcre.
Attachments (1)
Change History (7)
Changed 15 years ago by wiml@…
Attachment: | caml-pcre-cc.patch added |
---|
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to landonf@… |
---|---|
Type: | submission → enhancement |
comment:2 Changed 15 years ago by nox@…
Cc: | nox@… added |
---|---|
Keywords: | haspatch added; patch removed |
Version: | 1.8.0 |
Why did you need to mess with ocaml compiler flags in the first place?
comment:3 Changed 15 years ago by wiml@…
I don't remember; that was six months ago. Presumably either had to keep it from building 32/64 universal (having set that to be my macports default), or had to tell it to use an older or newer compiler version (IIRC, caml's native-code emitter is sometimes sensitive to changes in the compiler's code generator).
comment:4 Changed 10 years ago by jmroot (Joshua Root)
Port: | ocaml-pcre added; caml-pcre removed |
---|
comment:5 Changed 8 years ago by mf2k (Frank Schima)
Keywords: | ocaml removed |
---|---|
Owner: | landonf@… deleted |
Status: | new → assigned |
comment:6 Changed 6 years ago by pmetzger (Perry E. Metzger)
Owner: | set to pmetzger |
---|
Note: See
TracTickets for help on using
tickets.
set $CC to ocaml's compiler+options