diff options
Diffstat (limited to 'mail/fetchmail/patches/patch-ab')
-rw-r--r-- | mail/fetchmail/patches/patch-ab | 35 |
1 files changed, 4 insertions, 31 deletions
diff --git a/mail/fetchmail/patches/patch-ab b/mail/fetchmail/patches/patch-ab index 81bbbabc8f5..664a2270075 100644 --- a/mail/fetchmail/patches/patch-ab +++ b/mail/fetchmail/patches/patch-ab @@ -1,35 +1,8 @@ -$NetBSD: patch-ab,v 1.10 1999/10/01 10:49:52 agc Exp $ +$NetBSD: patch-ab,v 1.11 2000/01/10 22:50:17 frueauf Exp $ ---- Makefile.in.orig Wed Sep 22 06:27:27 1999 -+++ Makefile.in Fri Oct 1 11:45:47 1999 -@@ -82,9 +82,16 @@ - ETAGS = etags - CTAGS = ctags - -+OPSYS!= uname -s -+ -+.if ${OPSYS} == "SunOS" -+MD5OBJ= md5c.o -+MD5SRC= ${srcdir}/md5c.c -+.endif -+ - protobjs = rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o \ - etrn.o fetchmail.o env.o options.o daemon.o driver.o sink.o \ -- rfc822.o smtp.o xmalloc.o uid.o mxget.o md5c.o md5ify.o rpa.o \ -+ rfc822.o smtp.o xmalloc.o uid.o mxget.o ${MD5OBJ} md5ify.o rpa.o \ - interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o \ - smbdes.o smbencrypt.o smbmd4.o smbutil.o - -@@ -96,7 +103,7 @@ - $(srcdir)/options.c $(srcdir)/daemon.c $(srcdir)/driver.c \ - $(srcdir)/sink.c $(srcdir)/rfc822.c $(srcdir)/smtp.c \ - $(srcdir)/xmalloc.c $(srcdir)/uid.c $(srcdir)/mxget.c \ -- $(srcdir)/md5c.c $(srcdir)/md5ify.c $(srcdir)/rpa.c \ -+ ${MD5SRC} $(srcdir)/md5ify.c $(srcdir)/rpa.c \ - $(srcdir)/interface.c $(srcdir)/netrc.c $(srcdir)/base64.c \ - $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c \ - $(srcdir)/checkalias.c $(srcdir)/smbdes.c $(srcdir)/smbencrypt.c \ -@@ -151,7 +158,7 @@ +--- Makefile.in.orig Tue Jan 4 07:58:45 2000 ++++ Makefile.in Mon Jan 10 21:34:27 2000 +@@ -152,7 +152,7 @@ @echo "Installing fetchmail binary..." $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail @echo "Installing fetchmail configurator..." |