diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:12:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:12:16 +0000 |
commit | 80b3ea3af159367ac3a669c3c278951f37c633c5 (patch) | |
tree | e29846db257aec7b5b6a2a9f4512c4314382f77f /mail/mutt14/files | |
parent | 540302c1cb79d2a29d7c93a470a2788927e513f7 (diff) | |
download | ports-80b3ea3af159367ac3a669c3c278951f37c633c5.tar.gz ports-80b3ea3af159367ac3a669c3c278951f37c633c5.zip |
Notes
Diffstat (limited to 'mail/mutt14/files')
-rw-r--r-- | mail/mutt14/files/patch-configure.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/mutt14/files/patch-configure.in b/mail/mutt14/files/patch-configure.in index 0b37933c1c62..4e27667bfdd9 100644 --- a/mail/mutt14/files/patch-configure.in +++ b/mail/mutt14/files/patch-configure.in @@ -1,23 +1,5 @@ --- configure.in.orig Mon Nov 11 14:11:26 2002 +++ configure.in Mon Nov 11 14:12:09 2002 -@@ -515,7 +515,7 @@ - AC_MSG_ERROR([SSL support is only useful with POP or IMAP support]) - fi - -- if test "$with_ssl" != "yes" -+ if test "$with_ssl" != "yes" && x$withval != x/usr - then - LDFLAGS="$LDFLAGS -L$withval/lib" - CPPFLAGS="$CPPFLAGS -I$withval/include" -@@ -572,7 +572,7 @@ - then - if test "$with_sasl" != "yes" - then -- CPPFLAGS="$CPPFLAGS -I$with_sasl/include" -+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1" - LDFLAGS="$LDFLAGS -L$with_sasl/lib" - fi - @@ -625,7 +625,7 @@ fi]) |