pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libxshmfence Need pthread support, make sure a sub...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3546afe0c98a
branches:  trunk
changeset: 326448:3546afe0c98a
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Fri Dec 07 00:15:46 2018 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 96931406dd2b -r 3546afe0c98a x11/libxshmfence/Makefile
--- a/x11/libxshmfence/Makefile Thu Dec 06 20:32:27 2018 +0000
+++ b/x11/libxshmfence/Makefile Fri Dec 07 00:15:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/03/07 11:57:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/12/07 00:15:46 sevan Exp $
 
 DISTNAME=      libxshmfence-1.3
 PKGREVISION=   1
@@ -33,6 +33,7 @@
 pre-configure:
        cd ${WRKSRC} && autoreconf -vif
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../devel/xorg-util-macros/buildlink3.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index