pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXau Need pthread support, make sure a substitue...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bc68fb3e24c
branches:  trunk
changeset: 325952:7bc68fb3e24c
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Wed Nov 28 14:08:47 2018 +0000

description:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.

diffstat:

 x11/libXau/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 7c0a2e3fe27c -r 7bc68fb3e24c x11/libXau/Makefile
--- a/x11/libXau/Makefile       Wed Nov 28 14:01:47 2018 +0000
+++ b/x11/libXau/Makefile       Wed Nov 28 14:08:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/03/07 11:57:35 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/11/28 14:08:47 sevan Exp $
 
 DISTNAME=              libXau-1.0.8
 PKGREVISION=           1
@@ -23,5 +23,6 @@
 
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index