Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.16 2014/02/12 23:17:39 tron Exp $
# $NetBSD: Makefile,v 1.18 2014/10/01 08:32:31 adam Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 1
COMMENT= Lightweight Directory Access Protocol libraries and client programs
CONFLICTS+= openldap<2.3.23nb1
@@ -16,5 +15,10 @@ CNFS= ldap.conf
.include "options.mk"
.if ${OS_VARIANT} == "SCOOSR5"
# SCO OpenServer 5.0.7/3.2 has sockelen_t definition in pthread.h of GNU pth.
CONFIGURE_ENV+= ac_cv_type_socklen_t=yes
.endif
.include "../../databases/openldap/Makefile.common"
.include "../../mk/bsd.pkg.mk"