diff options
author | sevan <sevan@pkgsrc.org> | 2018-11-27 23:58:40 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2018-11-27 23:58:40 +0000 |
commit | 7517407ed4fd533cf7f2a63decec52283a491f9e (patch) | |
tree | a4effaf0a0e3dfe123de7ffdd7f81bfc3b591163 /security/p5-GSSAPI | |
parent | 2acae2fc198397ccb1a4b7c07cd2e46bf2a211c2 (diff) | |
download | pkgsrc-7517407ed4fd533cf7f2a63decec52283a491f9e.tar.gz |
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
Diffstat (limited to 'security/p5-GSSAPI')
-rw-r--r-- | security/p5-GSSAPI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index c934059fd20..c1a07d21a00 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -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 @@ MAKE_PARAMS+= --gssapiimpl=${KRB5BASE} .include "../../lang/perl5/module.mk" .include "../../mk/krb5.buildlink3.mk" - +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |