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/libEGL We use pthread functions, link ...
details: https://anonhg.NetBSD.org/src/rev/f74245e0eb73
branches: trunk
changeset: 450575:f74245e0eb73
user: maya <maya%NetBSD.org@localhost>
date: Thu Apr 18 10:42:25 2019 +0000
description:
We use pthread functions, link against pthread.
diffstat:
external/mit/xorg/lib/libEGL/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4828e9f6dbea -r f74245e0eb73 external/mit/xorg/lib/libEGL/Makefile
--- a/external/mit/xorg/lib/libEGL/Makefile Thu Apr 18 10:10:33 2019 +0000
+++ b/external/mit/xorg/lib/libEGL/Makefile Thu Apr 18 10:42:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/04/16 21:21:51 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/18 10:42:25 maya Exp $
.include <bsd.own.mk>
@@ -104,7 +104,8 @@
xcb-sync ${.CURDIR}/../libxcb/sync \
xcb ${.CURDIR}/../libxcb/libxcb \
expat ${NETBSDSRCDIR}/external/mit/expat/lib/libexpat \
- m ${NETBSDSRCDIR}/lib/libm
+ m ${NETBSDSRCDIR}/lib/libm \
+ pthread ${NETBSDSRCDIR}/lib/libpthread
MKLINT=no
Home |
Main Index |
Thread Index |
Old Index