summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-19 20:04:03 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-19 20:04:03 +0000
commitecfd46097654bdfe55dc8db00ac7dcc5fd9648c9 (patch)
tree0205e01f17fc8c9e31143dcaf9891a7dc13c7dc0 /mail/fetchmail
parentConvert to ELF (diff)
Add -lmd for -lopie so this compiles on -current.
Submitted by: Eugene M. Kim <gene@nttlabs.com>
Notes
Notes: svn path=/head/; revision=13253
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/files/patch-ad42
1 files changed, 38 insertions, 4 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
index 794c057e07f3..20c9b014f32d 100644
--- a/mail/fetchmail/files/patch-ad
+++ b/mail/fetchmail/files/patch-ad
@@ -1,8 +1,42 @@
-*** configure.orig Tue May 26 23:50:45 1998
---- configure Tue May 26 23:50:28 1998
+*** configure.orig Mon Aug 3 08:45:11 1998
+--- configure Sat Sep 19 11:49:22 1998
***************
-*** 3432,3437 ****
---- 3432,3438 ----
+*** 2880,2886 ****
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+! LIBS="-lopie $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 2886 "configure"
+ #include "confdefs.h"
+--- 2880,2886 ----
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+! LIBS="-lopie -lmd $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 2886 "configure"
+ #include "confdefs.h"
+***************
+*** 2914,2920 ****
+ #define $ac_tr_lib 1
+ EOF
+
+! LIBS="-lopie $LIBS"
+
+ else
+ echo "$ac_t""no" 1>&6
+--- 2914,2920 ----
+ #define $ac_tr_lib 1
+ EOF
+
+! LIBS="-lopie -lmd $LIBS"
+
+ else
+ echo "$ac_t""no" 1>&6
+***************
+*** 3531,3536 ****
+--- 3531,3537 ----
s%@host_os@%$host_os%g
s%@CC@%$CC%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g