svn commit: r341892 - head/mail/dovecot

Pawel Pekala pawel at FreeBSD.org
Thu Jan 30 22:05:07 UTC 2014


Author: pawel
Date: Thu Jan 30 22:05:06 2014
New Revision: 341892
URL: http://svnweb.freebsd.org/changeset/ports/341892
QAT: https://qat.redports.org/buildarchive/r341892/

Log:
  Fix linking on FreeBSD 10 when GSSAPI=on
  
  PR:		ports/184667
  Submitted by:	Adam McDougall <mcdouga9 at egr.msu.edu>
  Approved by:	maintainer timeout

Modified:
  head/mail/dovecot/Makefile

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Thu Jan 30 22:03:16 2014	(r341891)
+++ head/mail/dovecot/Makefile	Thu Jan 30 22:05:06 2014	(r341892)
@@ -107,6 +107,7 @@ DOCS+=			README.managesieve
 #
 .if ${PORT_OPTIONS:MGSSAPI}
 CONFIGURE_ARGS+=	--with-gssapi
+LDFLAGS+=		-lgssapi_krb5
 .else
 CONFIGURE_ARGS+=	--without-gssapi
 .endif


More information about the svn-ports-all mailing list