diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-19 20:04:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-19 20:04:03 +0000 |
commit | ecfd46097654bdfe55dc8db00ac7dcc5fd9648c9 (patch) | |
tree | 0205e01f17fc8c9e31143dcaf9891a7dc13c7dc0 /mail/fetchmail/files | |
parent | ffc7cea58e18e499521be9031d5972b61fd1e9dc (diff) | |
download | ports-ecfd46097654bdfe55dc8db00ac7dcc5fd9648c9.tar.gz ports-ecfd46097654bdfe55dc8db00ac7dcc5fd9648c9.zip |
Notes
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r-- | mail/fetchmail/files/patch-ad | 42 |
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 |