Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 17:43:09 +0200
From:      Harald Schmalzbauer <h@schmalzbauer.de>
To:        "Sergey A. Osokin" <osa@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Re: firebird borken under -current [WAS: Re: thunderbird broken (-pthread)]
Message-ID:  <200309051743.10749@harrymail>
In-Reply-To: <20030905140413.GW48175@freebsd.org.ru>
References:  <200309051453.00914@harrymail> <200309051522.47976@harrymail> <20030905140413.GW48175@freebsd.org.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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