Re: Getting -pthread support back into local source tree

From: Scot W. Hetzel <hetzelsw_at_westbend.net>
Date: Sat, 20 Sep 2003 20:03:24 -0500
From: "Scot W. Hetzel" <hetzelsw_at_westbend.net>
> From: "Dan Naumov" <dan.naumov_at_ofw.fi>
> > Seeing as -pthread support has been removed from -CURRENT breaking
> > _LOTS_ of ports, is it possible to "get it back" into a local source
> > tree ? If so, how ? Thanks in advance.
> >
> All you need to do is add:
>
>     CONFIGURE_ENV+=    PTHREAD_LIBS=${PTHREAD_LIBS} \
>
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}
>
A better place for the above is to add it to bsd.port.mk where
PTHREAD_{CFLAGS,LIBS} are defined. With the attached patch.

Scot


Received on Sat Sep 20 2003 - 16:03:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:23 UTC