svn commit: r364693 - head/mail/fetchmail
John Marino
marino at FreeBSD.org
Tue Aug 12 11:22:02 UTC 2014
Author: marino
Date: Tue Aug 12 11:22:02 2014
New Revision: 364693
URL: http://svnweb.freebsd.org/changeset/ports/364693
QAT: https://qat.redports.org/buildarchive/r364693/
Log:
mail/fetchmail: Fix on F10 when system is built without Kerberos
PR: 191978
Submitted by: Jeremy Chadwick
Approved by: maintainer (Corey Halpin)
Modified:
head/mail/fetchmail/Makefile
Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile Tue Aug 12 11:12:47 2014 (r364692)
+++ head/mail/fetchmail/Makefile Tue Aug 12 11:22:02 2014 (r364693)
@@ -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
More information about the svn-ports-all
mailing list