pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 This package need pthreads in order ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bc2f3c3edfc
branches:  trunk
changeset: 495664:5bc2f3c3edfc
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 16 23:33:10 2005 +0000

description:
This package need pthreads in order to build.

diffstat:

 security/mit-krb5/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 630253da2672 -r 5bc2f3c3edfc security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Thu Jun 16 22:27:44 2005 +0000
+++ b/security/mit-krb5/Makefile        Thu Jun 16 23:33:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/01 20:08:01 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/16 23:33:10 kristerw Exp $
 
 DISTNAME=      krb5-1.4
 PKGNAME=       mit-${DISTNAME:S/-signed$//}
@@ -83,6 +83,8 @@
                        man/man1 man/man5 man/man8 sbin                 \
                        share/examples/krb5
 
+PTHREAD_OPTS+=         require
+
 # The MIT krb5 distribution is actually a tar file that contains the
 # real .tar.gz distfile and a PGP signature.
 #
@@ -108,4 +110,5 @@
                done;                                                   \
        done
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index