pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Remove dependency on pthread-stublib.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02b97e1f0b3a
branches:  trunk
changeset: 378163:02b97e1f0b3a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Apr 02 15:44:47 2018 +0000

description:
Remove dependency on pthread-stublib.

This was conditional on NetBSD before 3.0. The corresponding stanza in the
Makefile is long gone, so this is probably an oversight from that time.
Nothing in the build itself pulls in pthread-stublib.

diffstat:

 graphics/MesaLib/buildlink3.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r b9b719a16b37 -r 02b97e1f0b3a graphics/MesaLib/buildlink3.mk
--- a/graphics/MesaLib/buildlink3.mk    Mon Apr 02 13:41:11 2018 +0000
+++ b/graphics/MesaLib/buildlink3.mk    Mon Apr 02 15:44:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.55 2018/01/07 13:04:12 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.56 2018/04/02 15:44:47 bsiegert Exp $
 
 BUILDLINK_TREE+=       MesaLib
 
@@ -42,10 +42,6 @@
 MESALIB_SUPPORTS_EGL=  no
 .endif
 
-.if !empty(MACHINE_PLATFORM:MNetBSD-[12].*)
-.include "../../devel/pthread-stublib/buildlink3.mk"
-.endif
-
 .include "../../x11/libXext/buildlink3.mk"
 .endif # MESALIB_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index