diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 10:47:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 10:47:33 +0000 |
commit | a3a756d06e1955074943d687d69227b17520d67f (patch) | |
tree | fe7f4598833e4d94c67d422c7d24012bbd16e264 /mail/fetchmail/files/patch-configure | |
parent | - Add correct language code (diff) |
- Update to 6.3.13 (updates translations and supports SMTP multiline replies)
- Remove Kerberos IV support, insecure and obsolete
- Mark BROKEN if KRB5_HOME is set and invalid
- Kill pre-configure, no longer needed
- Kill obsolete POP2 from make config menu, still available if given on make
command line
- Auto-detect KRB5_HOME if it's $LOCALBASE or /usr
- MARK_JOBS_SAFE=yes
- Cease messing with @cwd in pkg-plist
- Reduce asterisks on pkg-message.in, to avoid screen clutter on long $PREFIX
Rely on krb-config instead.
PR: 140100
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=243752
Diffstat (limited to 'mail/fetchmail/files/patch-configure')
-rw-r--r-- | mail/fetchmail/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure new file mode 100644 index 000000000000..5ff84c46207a --- /dev/null +++ b/mail/fetchmail/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-10-30 10:40:08.971594149 +0100 ++++ configure 2009-10-30 10:40:19.438656862 +0100 +@@ -14747,7 +14747,7 @@ + _ACEOF + + if test "$with_gssapi" != yes ; then +- CPPFLAGS="$CPPFLAGS-I$with_gssapi/include" ++ CPPFLAGS="$CPPFLAGS -I$with_gssapi/include" + fi + + |