Date: Tue, 12 Aug 2014 11:22:02 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364693 - head/mail/fetchmail Message-ID: <53e9f8da.6daa.3eb4cec0@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e9f8da.6daa.3eb4cec0>