If WITHOUT_MUTT_IDN is set, ignore any libidn.so that may be found.
Approved by: Udo.Schweigert@siemens.com
This commit is contained in:
parent
0158af4c88
commit
c2afd3309f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212570
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
|||
.if defined(WITH_MUTT_IMAP_HEADER_CACHE)
|
||||
USE_BDB= 42+
|
||||
.endif
|
||||
.if exists(${LOCALBASE}/lib/libidn.so)
|
||||
.if exists(${LOCALBASE}/lib/libidn.so) && !defined(WITHOUT_MUTT_IDN)
|
||||
WITH_MUTT_IDN= yes
|
||||
.endif
|
||||
.if defined(WITH_MUTT_IDN)
|
||||
|
|
Loading…
Reference in a new issue