patch-config_office (NOTE for submitting patches)
Adam Weinberger
adamw at FreeBSD.org
Sat Feb 14 19:07:28 PST 2004
>> (02.14.2004 @ 2209 PST): Nakata Maho said, in 0.4K: <<
> Hi, Adam,
>
> > Well, seeing as how $PTHREAD_LIBS and $PTHREAD_CFLAGS are defined in
> > bsd.port.mk, why not just pass those values in ${CONFIGURE_ENV}? Or put
> > in a marker in patch-config_office and ${REINPLACE_CMD} it to the proper
> > values...
>
> Hm, this is apparently good idea for ports. However, OOo itself is not intended
> for ports system, so how do we do the outside of port?
>
> --nakata maho
>
>> end of "Re: patch-config_office (NOTE for submitting patches)" from Nakata Maho <<
simply putting
CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}
into editors/openoffice-1.1/Makefile
should probably do the trick, as long as patch-config_office doesn't
overwrite it as it currently does.
# Adam
--
Adam Weinberger
adam at vectors.cx // adamw at FreeBSD.org // adamw at magnesium.net
http://www.vectors.cx
More information about the freebsd-openoffice
mailing list