Date: Sat, 9 Mar 2002 16:19:04 -0500 (EST) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Kenneth Culver <culverk@alpha.yumyumyum.org> Cc: Max Khon <fjoe@FreeBSD.org>, Martin Blapp <mbr@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice/files patch-solenv::inc::unxfbsdi.mk Message-ID: <Pine.GSO.4.10.10203091615290.25521-100000@pcnet1.pcnet.com> In-Reply-To: <20020309151051.J6847-100000@alpha.yumyumyum.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 9 Mar 2002, Kenneth Culver wrote: > > -D_THREAD_SAFE in CFLAGS is required for building thread-safe > > applications (at least in RELENG_4) > > I thought -D_REENTRANT was required in FreeBSD. It isn't (currently) necessary under FreeBSD, but I think it is defined by POSIX. It should probably stay as it is hurting nothing and we may make use of it later. Also, -pthread is deprecated in -current. Isn't there a PTHREADS_LIBS or something for ports to rely on? In current, we want to see -lc_r used, and eventually replaced with -lpthread. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10203091615290.25521-100000>