mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Unmark BROKEN by disabling gssapi on 8.X and later.
This commit is contained in:
parent
be65b0ed1b
commit
f9ea442d22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245342
@ -131,14 +131,10 @@ PLIST_SUB+= LDAP_PTLOADER="@comment "
|
||||
EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff
|
||||
.endif
|
||||
|
||||
.if !exists(/usr/lib/libkrb5.a)
|
||||
.if !exists(/usr/lib/libkrb5.a) || ${OSVERSION} >= 800037
|
||||
CONFIGURE_ARGS+=--disable-gssapi
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 800037
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
CYRUS_USER?= cyrus
|
||||
CYRUS_GROUP?= cyrus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user