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/d93c2cc041f1
branches: trunk
changeset: 325930:d93c2cc041f1
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 e6e4579422a2 -r d93c2cc041f1 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