diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-01-30 22:05:06 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-01-30 22:05:06 +0000 |
commit | 30d8ef7905f230d79533f49bab8bf17e81e8c4c8 (patch) | |
tree | e68db2b50afe374091d9fdf64975e91d8c5072f2 /mail/dovecot | |
parent | 1b9b990e8331ba961c53bb42bbbf877213f99152 (diff) | |
download | ports-30d8ef7905f230d79533f49bab8bf17e81e8c4c8.tar.gz ports-30d8ef7905f230d79533f49bab8bf17e81e8c4c8.zip |
Fix linking on FreeBSD 10 when GSSAPI=on
PR: ports/184667
Submitted by: Adam McDougall <mcdouga9@egr.msu.edu>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=341892
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 572633d09417..2a5d4aa9045f 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -107,6 +107,7 @@ DOCS+= README.managesieve # .if ${PORT_OPTIONS:MGSSAPI} CONFIGURE_ARGS+= --with-gssapi +LDFLAGS+= -lgssapi_krb5 .else CONFIGURE_ARGS+= --without-gssapi .endif |