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/dri Need pthread for all the mtx_lock.



details:   https://anonhg.NetBSD.org/src/rev/b5ee3fe7d2ad
branches:  trunk
changeset: 455664:b5ee3fe7d2ad
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Apr 09 14:47:14 2019 +0000

description:
Need pthread for all the mtx_lock.

diffstat:

 external/mit/xorg/lib/dri/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 04488052271a -r b5ee3fe7d2ad external/mit/xorg/lib/dri/Makefile
--- a/external/mit/xorg/lib/dri/Makefile        Tue Apr 09 14:31:06 2019 +0000
+++ b/external/mit/xorg/lib/dri/Makefile        Tue Apr 09 14:47:14 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/03/10 10:51:58 mrg Exp $
+# $NetBSD: Makefile,v 1.31 2019/04/09 14:47:14 maya Exp $
 
 # Link the mesa_dri_drivers mega driver.
 
@@ -410,6 +410,7 @@
 
 LIBDPLIBS+=    expat           ${NETBSDSRCDIR}/external/mit/expat/lib/libexpat
 LIBDPLIBS+=    m               ${NETBSDSRCDIR}/lib/libm
+LIBDPLIBS+=    pthread         ${NETBSDSRCDIR}/lib/libpthread
 LIBDPLIBS+=    glapi           ${.CURDIR}/../libglapi
 LIBDPLIBS+=    drm             ${.CURDIR}/../libdrm
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index