mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add missing GSSAPI{LIB,INC}DIR when :mit is specified.
Spotted by: ume
This commit is contained in:
parent
60ea7a7760
commit
d99d9cfff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373797
@ -111,6 +111,8 @@ _RPATH= ${GSSAPILIBDIR}
|
||||
.elif ${_local} == "mit"
|
||||
KRB5_HOME?= ${LOCALBASE}
|
||||
GSSAPIBASEDIR= ${KRB5_HOME}
|
||||
GSSAPILIBDIR= ${GSSAPIBASEDIR}/lib
|
||||
GSSAPIINCDIR= ${GSSAPIBASEDIR}/include
|
||||
_HEADERS+= gssapi/gssapi.h gssapi/gssapi_krb5.h krb5.h
|
||||
.if !defined(_KRB_BOOTSTRAP)
|
||||
BUILD_DEPENDS+= ${_MITKRB5_DEPENDS}
|
||||
|
Loading…
Reference in New Issue
Block a user