Date: Mon, 16 Jul 2012 19:45:27 +0000 (UTC) From: Eygene Ryabinkin <rea@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r300975 - head/mail/exim Message-ID: <201207161945.q6GJjRjm075935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rea Date: Mon Jul 16 19:45:27 2012 New Revision: 300975 URL: http://svn.freebsd.org/changeset/ports/300975 Log: mail/exim: fix build with SASL Uncomment only relevant configuration line for SASL libraries (we're currently using SASL 2.x, so it is -lsasl2). PR: 169833 Found by: Richard E. Depew Pointyhat to: rea@ Modified: head/mail/exim/Makefile Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Mon Jul 16 19:44:20 2012 (r300974) +++ head/mail/exim/Makefile Mon Jul 16 19:45:27 2012 (r300975) @@ -336,7 +336,7 @@ SEDLIST+= -e 's,^\# (AUTH_SPA=),\1,' .if defined(WITH_AUTH_SASL) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 SEDLIST+= -e 's,^\# (AUTH_CYRUS_SASL=),\1,' \ - -e 's,^\# (AUTH_LIBS=),\1,' + -e 's,^\# (AUTH_LIBS=.*-lsasl2),\1,' .endif .if defined(WITH_AUTH_RADIUS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207161945.q6GJjRjm075935>