Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2004 22:07:27 -0500
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Cc:        openoffice@FreeBSD.org
Subject:   Re: patch-config_office (NOTE for submitting patches)
Message-ID:  <20040215030727.GB10073@toxic.magnesium.net>
In-Reply-To: <20040215.120931.607953056.chat95@mbox.kyoto-inet.or.jp>
References:  <20040214161442.GT3365@toxic.magnesium.net> <20040215.114216.846933633.chat95@mbox.kyoto-inet.or.jp> <20040215025312.GA10073@toxic.magnesium.net> <20040215.120931.607953056.chat95@mbox.kyoto-inet.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
>> (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@vectors.cx // adamw@FreeBSD.org // adamw@magnesium.net
http://www.vectors.cx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040215030727.GB10073>