firebird borken under -current [WAS: Re: thunderbird broken (-pthread)]

Harald Schmalzbauer h at schmalzbauer.de
Fri Sep 5 08:43:16 PDT 2003


On Friday 05 September 2003 16:04, Sergey A. Osokin wrote:

*SNIP*

> > >
> > > Looks like it has todo with the latest gcc change.
>
> Do something like this:
> $ cd ports/mail/mozilla-thunderbird
> $ make clean patch
> $ find work/mozilla -name Makefile -type f | xargs sed -e 's|-pthread | |'

This didn't work for me.
I'm no programmer but I think removing the line:
	ac_add_options --enable-pthread
in ${WRKSRC}/.mozconfig

and commenting out the following in ${WRKSRC}/js/src/Makefile

ifeq ($(OS_ARCH),FreeBSD)
LDFLAGS         += -pthread
endif

would help

Thanks,

-Harry
> $ make



More information about the freebsd-ports mailing list