pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-GSSAPI Need pthread support, make sure a s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3750a4979d6
branches:  trunk
changeset: 387930:a3750a4979d6
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Tue Nov 27 23:58:40 2018 +0000

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

diffstat:

 security/p5-GSSAPI/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 4a9e44056b03 -r a3750a4979d6 security/p5-GSSAPI/Makefile
--- a/security/p5-GSSAPI/Makefile       Tue Nov 27 23:36:00 2018 +0000
+++ b/security/p5-GSSAPI/Makefile       Tue Nov 27 23:58:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:46:26 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/27 23:58:40 sevan Exp $
 #
 
 DISTNAME=      GSSAPI-0.28
@@ -17,5 +17,5 @@
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/krb5.buildlink3.mk"
-
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index