Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/gallium Looks like this requires pthread.



details:   https://anonhg.NetBSD.org/src/rev/ce6603556384
branches:  trunk
changeset: 461211:ce6603556384
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Nov 19 08:59:18 2019 +0000

description:
Looks like this requires pthread.

diffstat:

 external/mit/xorg/lib/gallium/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1715f15daef6 -r ce6603556384 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Tue Nov 19 05:11:33 2019 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Tue Nov 19 08:59:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/11/18 22:26:15 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2019/11/19 08:59:18 martin Exp $
 
 # Link the gallium mega driver.
 
@@ -23,6 +23,10 @@
                -I${NETBSDSRCDIR}/external/apache2/llvm/dist/llvm/include \
                -I${LLVM_INCLUDE_OBJDIR} -I${NETBSDSRCDIR}/external/apache2/llvm/config
 
+CFLAGS+=       -pthread
+LDFLAGS+=      -pthread
+LIBDPLIBS+=    pthread         ${.CURDIR}/../../../../../lib/libpthread
+
 GALLIUM_SUBDIRS= \
        auxiliary \
        auxiliary/cso_cache \



Home | Main Index | Thread Index | Old Index