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/c0ef46ffe26d
branches: trunk
changeset: 450292:c0ef46ffe26d
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 d21d4d01a13e -r c0ef46ffe26d 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