[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NEW: Jam again
This fixes both of the problems mentioned below.
Jose Nazario <jose@monkey.org> wrote:
> more or less looks ok to me. the CC handling is odd, but the whole system
> is a but funky, frankly. maybe replace this line
>
> @mkdir ${PREFIX}/share/doc/jam
>
> with
> ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/jam
Christian Weisgerber <naddy@openbsd.org> wrote:
>> Adding the following to the port makefile and changing the makefile and
>> jamfile patches to include "#CC = changeme" makes it handle CC properly:
>
> This seems to work fine:
>
> MAKE_FLAGS= CC="${CC}"
jam.tar.gz