mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
mail/fetchmail: Fix on F10 when system is built without Kerberos
PR: 191978 Submitted by: Jeremy Chadwick Approved by: maintainer (Corey Halpin)
This commit is contained in:
parent
08c4d0ee4a
commit
b2cc91b7be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364693
@ -91,6 +91,11 @@ CONFIGURE_ARGS+= --enable-NTLM
|
||||
PORTDOCS+= README.NTLM
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if !exists(/usr/lib/libcom_err.so)
|
||||
@${REINPLACE_CMD} -e "s,-lcom_err,,g" ${WRKSRC}/configure
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@${MAKE} -C ${WRKSRC} check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user