aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail/files
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-01-31 23:58:12 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-01-31 23:58:12 +0000
commit547027d19d5d6b7659689f64133f7e9300b2e63c (patch)
treeed162b83d1da850b5e6e00257d4ae15f7ab7ba5d /mail/fetchmail/files
parenta56174987c6f92b7ed7a736d1e8039662b560e1b (diff)
downloadports-547027d19d5d6b7659689f64133f7e9300b2e63c.tar.gz
ports-547027d19d5d6b7659689f64133f7e9300b2e63c.zip
Notes
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r--mail/fetchmail/files/patch-ad12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
index 4aa131f9fff4..c83e9dff9513 100644
--- a/mail/fetchmail/files/patch-ad
+++ b/mail/fetchmail/files/patch-ad
@@ -1,5 +1,5 @@
---- configure.orig Tue Jan 4 15:59:12 2000
-+++ configure Wed Jan 12 08:56:41 2000
+--- configure.orig Sun Jan 16 10:07:09 2000
++++ configure Sun Jan 30 21:03:36 2000
@@ -1595,7 +1595,7 @@
if test `uname` = "FreeBSD"
then
@@ -9,16 +9,16 @@
fi
# Check for Rhapsody special case: it doesn't like -s
-@@ -5553,7 +5553,7 @@
+@@ -5555,7 +5555,7 @@
then
echo "Configuring kerberosIV for `uname`"
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV"
- LIBS="$LIBS -lkrb -ldes"
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
- elif test -n "$with_kerberos" -a -n "$with_kerberos5"
+ elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no"
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
-@@ -5584,7 +5584,7 @@
+@@ -5586,7 +5586,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
@@ -27,7 +27,7 @@
else
if test "$with_kerberos" != "no"
then
-@@ -5594,7 +5594,7 @@
+@@ -5596,7 +5596,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
LDEFLAGS="$LDEFLAGS -L$dir/lib"