diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-21 07:52:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-21 07:52:33 +0000 |
commit | 30714808fcf8410dad267702fdc572638efd4ff0 (patch) | |
tree | 1102cd1e0e60c6ea86fcee9cc764b0aa7b09e8d4 /mail/vm-pop3d/files | |
parent | - Update to 3.1.6 (diff) |
upgrade to 1.1.6
add master site
PR: 36140
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56411
Diffstat (limited to 'mail/vm-pop3d/files')
-rw-r--r-- | mail/vm-pop3d/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/vm-pop3d/files/patch-configure b/mail/vm-pop3d/files/patch-configure deleted file mode 100644 index 9c0302ee9aab..000000000000 --- a/mail/vm-pop3d/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Aug 24 03:22:46 2001 -+++ configure Fri Aug 24 03:23:02 2001 -@@ -1174,7 +1174,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam -ldl $LIBS" -+LIBS="-lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 1180 "configure" - #include "confdefs.h" -@@ -1202,7 +1202,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF -+ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF - #define HAVE_LIBPAM 1 - EOF - |