diff options
Diffstat (limited to 'mail/solidpop3d/files/patch-ab')
-rw-r--r-- | mail/solidpop3d/files/patch-ab | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mail/solidpop3d/files/patch-ab b/mail/solidpop3d/files/patch-ab deleted file mode 100644 index 3b8faf4312ff..000000000000 --- a/mail/solidpop3d/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- src/Makefile.in.orig Fri Apr 21 04:55:44 2000 -+++ src/Makefile.in Tue Nov 7 09:18:04 2000 -@@ -60,11 +60,11 @@ - - - noinst_HEADERS = apop.h authenticate.h cmds.h configfile.h const.h fdfgets.h \ --log.h mailbox.h maildir.h maildrop.h md5.h includes.h options.h response.h \ -+log.h mailbox.h maildir.h maildrop.h includes.h options.h response.h \ - userconfig.h mapping.h spipv6.h - - --spop3d_SOURCES = authenticate.c cmds.c log.c fdfgets.c maildrop.c main.c md5.c \ -+spop3d_SOURCES = authenticate.c cmds.c log.c fdfgets.c maildrop.c main.c \ - memops.c options.c response.c vsnprintf.c - - -@@ -90,12 +90,12 @@ - - - DEFS = @DEFS@ -DDEFCONFIGFILENAME=\"$(sysconfdir)/spop3d.conf\" \ ---DBULLDIR=\"$(localstatedir)/bulletins/\" -I. -I$(srcdir) -I.. -+-DBULLDIR=\"/var/spool/spop3d\" -I. -I$(srcdir) -I.. - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - pop_auth_OBJECTS = pop_auth.o fdfgets.o vsnprintf.o - spop3d_OBJECTS = authenticate.o cmds.o log.o fdfgets.o maildrop.o main.o \ --md5.o memops.o options.o response.o vsnprintf.o -+memops.o options.o response.o vsnprintf.o - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) - CCLD = $(CC) |