pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-GSSAPI



Module Name:    pkgsrc
Committed By:   sevan
Date:           Tue Nov 27 23:58:41 UTC 2018

Modified Files:
        pkgsrc/security/p5-GSSAPI: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/p5-GSSAPI/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-GSSAPI/Makefile
diff -u pkgsrc/security/p5-GSSAPI/Makefile:1.16 pkgsrc/security/p5-GSSAPI/Makefile:1.17
--- pkgsrc/security/p5-GSSAPI/Makefile:1.16     Wed Aug 22 09:46:26 2018
+++ pkgsrc/security/p5-GSSAPI/Makefile  Tue Nov 27 23:58:40 2018
@@ -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"



Home | Main Index | Thread Index | Old Index