1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Correct path for the sasl includes, to fix build for WITH_SASL case.

Submitted by:	Boris B. Samorodov <bsam ipt ru>
PR:		ports/97474
Approved by:	sem (mentor)
This commit is contained in:
Xin LI 2006-05-20 07:41:57 +00:00
parent 8364e340bf
commit fbf1d6727b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162854

View File

@ -25,7 +25,7 @@ REPLACE_ARGS= -e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib=' \
.if defined(WITH_SASL)
WANT_OPENLDAP_SASL= yes
REPLACE_ARGS+= -e 's=/usr/local/cyrus-sasl/lib=${LOCALBASE}/lib/sasl2=' \
-e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl2='
-e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl='
CONFLICTS+= openldap2[23]-client-2.*
.else
REPLACE_ARGS+= -e 's=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto='