#27574: obc: Portfile and patch for Oxford Oberon 2 compiler ------------------------------------------+--------------------------------- Reporter: jking+macports@… | Owner: ryandesign@… Type: submission | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: oberon obc oberon2 Port: obc | ------------------------------------------+--------------------------------- Comment(by ryandesign@…): I still don't think the conditional is what you want. The way you have it in your latest patch, you're saying that we should use `--disable-jit` on i386, otherwise don't. Isn't that exactly the opposite of what we want? According to the developer, the just-in-time compiler only works on i386, so we should use `--disable-jit` ''unless'' we're building for i386, in which case we want to remove `--disable-jit` so that JIT is used. But I wonder if we ever need the `--disable-jit` argument at all. It built fine for me on both i386 and ppc if I didn't specify that option. I assume the software would enable JIT if possible, and leave it off if not. If that's so, then we can simply do [attachment:obc-ryandesign.diff this], can't we? -- Ticket URL: <https://trac.macports.org/ticket/27574#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS