diff options
author | itojun <itojun> | 2000-01-02 18:02:50 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-01-02 18:02:50 +0000 |
commit | 97f5200698fb6f122508dd60bf453fb3f3f6a12f (patch) | |
tree | 573826f0e0061680758b327542618e34061d0e31 /mail/smtpfeed/patches | |
parent | 49cc218ef1448c783377d0fe1126814cba08c750 (diff) | |
download | pkgsrc-97f5200698fb6f122508dd60bf453fb3f3f6a12f.tar.gz |
change special sendmail installation. now mail/sendmail includes
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
Diffstat (limited to 'mail/smtpfeed/patches')
-rw-r--r-- | mail/smtpfeed/patches/patch-ab | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/smtpfeed/patches/patch-ab b/mail/smtpfeed/patches/patch-ab deleted file mode 100644 index 2cb86975e01..00000000000 --- a/mail/smtpfeed/patches/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/11/29 08:06:32 itojun Exp $ - ---- configure.in- Sun May 16 23:33:06 1999 -+++ configure.in Sun May 16 23:33:28 1999 -@@ -221,7 +221,7 @@ - [#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> --#include <resolv.h>], [_res_ext.nsaddr_list[0].ss_family = 1;], -+#include <resolv.h>], [_res_ext.nsaddr_list[0].__ss_family = 1;], - [AC_DEFINE(RESOLVER_KAME) - resolver=kame], - [AC_TRY_COMPILE(dnl ---- configure- Sun May 16 23:33:04 1999 -+++ configure Sun May 16 23:33:17 1999 -@@ -1371,7 +1371,7 @@ - #include <netinet/in.h> - #include <resolv.h> - int main() { --_res_ext.nsaddr_list[0].ss_family = 1; -+_res_ext.nsaddr_list[0].__ss_family = 1; - ; return 0; } - EOF - if { (eval echo configure:1378: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |