diff options
author | skrll <skrll@pkgsrc.org> | 2003-01-19 09:26:33 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-01-19 09:26:33 +0000 |
commit | 4d96f87202c40fb2be99cf7733398c5ea752a046 (patch) | |
tree | 8eb3f932db4f28f18ae52cdf04f327496db528fa /databases/openldap/Makefile | |
parent | 77d346bae461e8525afb7b513bf6f0bb19f5660f (diff) | |
download | pkgsrc-4d96f87202c40fb2be99cf7733398c5ea752a046.tar.gz |
Don't use pthread_attr_setstacksize unless _POSIX_THREAD_ATTR_STACKSIZE
is defined. This lets openldap compile on -current.
Fixes PR 19921.
PKGREVISION++
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index a15213f47c3..18906d136e7 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2002/10/17 10:02:53 bouyer Exp $ +# $NetBSD: Makefile,v 1.50 2003/01/19 09:26:33 skrll Exp $ DISTNAME= openldap-2.0.27 +PKGREVISION= 1 SVR4_PKGNAME= oldap CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ |