1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Make it buildable on 4.X without Kerberos5 stuff.

Reported by:	Mark Edwards <mark__at__antsclimbtree.com>
This commit is contained in:
Hajimu UMEMOTO 2006-04-30 20:19:18 +00:00
parent 933bf7c785
commit 0749f8feb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160953
3 changed files with 15 additions and 0 deletions

View File

@ -217,6 +217,11 @@ PLIST_SUB+= LDAP_PTLOADER="@comment "
EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff
.endif
.if (!defined(MAKE_KERBEROS5) && ${OSVERSION} <= 500105) || \
!exists(/usr/lib/libkrb5.a)
CONFIGURE_ARGS+=--disable-gssapi
.endif
CYRUS_USER?= cyrus
CYRUS_GROUP?= cyrus

View File

@ -214,6 +214,11 @@ PLIST_SUB+= LDAP_PTLOADER="@comment "
EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff
.endif
.if (!defined(MAKE_KERBEROS5) && ${OSVERSION} <= 500105) || \
!exists(/usr/lib/libkrb5.a)
CONFIGURE_ARGS+=--disable-gssapi
.endif
CYRUS_USER?= cyrus
CYRUS_GROUP?= cyrus

View File

@ -214,6 +214,11 @@ PLIST_SUB+= LDAP_PTLOADER="@comment "
EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff
.endif
.if (!defined(MAKE_KERBEROS5) && ${OSVERSION} <= 500105) || \
!exists(/usr/lib/libkrb5.a)
CONFIGURE_ARGS+=--disable-gssapi
.endif
CYRUS_USER?= cyrus
CYRUS_GROUP?= cyrus