pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/x11/modular-xorg-server
On Tue, Nov 22, 2016 at 12:44:55AM +0100, Joerg Sonnenberger wrote:
> On Wed, Nov 16, 2016 at 10:14:37AM +0000, Thomas Klausner wrote:
> > Module Name: pkgsrc
> > Committed By: wiz
> > Date: Wed Nov 16 10:14:37 UTC 2016
> >
> > Modified Files:
> > pkgsrc/x11/modular-xorg-server: Makefile Makefile.common PLIST
> > buildlink3.mk distinfo
> > pkgsrc/x11/modular-xorg-server/patches:
> > patch-hw_xfree86_os-support_bus_Sbus.c
> >
> > Log Message:
> > Updated modular-xorg-server to 1.19.0.
>
> This seems to have completely broken pthread detection for GCC on
> NetBSD...
What exactly do you mean?
I see only that it doesn't know our type of pthread_setname_np.
configure | grep -i thread gives me:
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking whether PTHREAD_MUTEX_RECURSIVE is declared... yes
checking for pthread_join in LIBS= with CFLAGS= -pthread ... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_setname_np(const char*)... no
checking for pthread_setname_np(pthread_t, const char*)... no
Thomas
Home |
Main Index |
Thread Index |
Old Index