diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-15 22:31:48 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-15 22:31:48 +0800 |
commit | 1393e2a96a349c8aaa413132c27e9e604318aaac (patch) | |
tree | 50f3248fdcc8223f469e288bf576cf1df3c99196 /mail | |
parent | 1d08463fbb0effd025285f1c6f43431aa355f7d2 (diff) | |
download | freebsd-ports-gnome-1393e2a96a349c8aaa413132c27e9e604318aaac.tar.gz freebsd-ports-gnome-1393e2a96a349c8aaa413132c27e9e604318aaac.tar.zst freebsd-ports-gnome-1393e2a96a349c8aaa413132c27e9e604318aaac.zip |
Fix linking on FreeBSD 10 when GSSAPI=on
PR: ports/186745
Submitted by: Jyrki Ahpola <jyrkia@gmail.com>
Approved by: maintainer timeout
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 2ffb8e593d80..e42c3299bc86 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -101,6 +101,7 @@ CONFIGURE_ARGS+=--without-ssl # .if ${PORT_OPTIONS:MGSSAPI} CONFIGURE_ARGS+=--with-gssapi +LDFLAGS+= -lgssapi_krb5 .else CONFIGURE_ARGS+=--without-gssapi .endif |