diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-12 06:42:58 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-12 06:42:58 +0000 |
commit | 35905071094d107c3bfc7b129ac7dd203c0c0974 (patch) | |
tree | 2358236d0d7ebb583468d82e7279131477ce5492 /mail/imap-uw/files/patch-ac | |
parent | o update to 2000c. (diff) |
o update to 2000c.
o move most part of pkg-descr to pkg-message.
o change maintainer.
PR: 24864
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=38241
Diffstat (limited to 'mail/imap-uw/files/patch-ac')
-rw-r--r-- | mail/imap-uw/files/patch-ac | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/imap-uw/files/patch-ac b/mail/imap-uw/files/patch-ac index acdbce7da49e..21998e76287e 100644 --- a/mail/imap-uw/files/patch-ac +++ b/mail/imap-uw/files/patch-ac @@ -1,6 +1,6 @@ ---- src/imapd/Makefile.orig Tue Oct 24 16:54:32 2000 -+++ src/imapd/Makefile Sun Dec 17 23:44:22 2000 -@@ -18,30 +18,25 @@ +--- src/imapd/Makefile.orig Tue Jan 9 16:08:17 2001 ++++ src/imapd/Makefile Sun Feb 4 11:54:00 2001 +@@ -18,9 +18,9 @@ # CPYRIGHT, included with this Distribution. @@ -12,16 +12,18 @@ SHELL= /bin/sh +@@ -39,21 +39,17 @@ # Get local definitions from c-client directory C = ../c-client -CCLIENTLIB = $C/c-client.a +#CCLIENTLIB = $C/c-client.a CC = `cat $C/CCTYPE` --CFLAGS = -I$C `cat $C/CFLAGS` -DANOFILE=\"$(ANO)\" \ +-CFLAGS = -I$C `cat $C/CFLAGS` $(EXTRACFLAGS) -DANOFILE=\"$(ANO)\" \ +CFLAGS = `cat $C/CFLAGS` -DANOFILE=\"$(ANO)\" \ -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` ++ +LDFLAGS = $(EXTRALDFLAGS) `cat $C/LDFLAGS` all: imapd |