diff options
Diffstat (limited to 'mail/imap-uw/files/patch-ad')
-rw-r--r-- | mail/imap-uw/files/patch-ad | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/mail/imap-uw/files/patch-ad b/mail/imap-uw/files/patch-ad index 4e17c2071d64..4aa7189d9a0d 100644 --- a/mail/imap-uw/files/patch-ad +++ b/mail/imap-uw/files/patch-ad @@ -1,5 +1,5 @@ ---- Makefile.old Thu Nov 2 22:04:11 2000 -+++ Makefile Sun Dec 31 19:06:58 2000 +--- Makefile.orig Tue Jul 3 08:00:09 2001 ++++ Makefile Mon Oct 1 03:27:22 2001 @@ -43,6 +43,7 @@ # art AIX 2.2.1 for RT # asv Altos SVR4 @@ -8,7 +8,7 @@ # bs3 BSD/i386 3.0 and higher # bsd generic BSD 4.3 (as in ancient 1980s version) # bsf FreeBSD -@@ -153,7 +154,7 @@ +@@ -146,7 +147,7 @@ # std system standard (typically passwd file), determined by port # two try alternative (defined by CHECKPWALT), then std @@ -16,8 +16,8 @@ +PASSWDTYPE=pam - # The following extra compilation flags are defined. None of these flags are -@@ -272,12 +273,12 @@ + # SSL type. Defines whether or not SSL support is on this system +@@ -211,12 +212,12 @@ # gradually-increasing intervals, starting at 2800-2900, and becoming # permanent at 48,300. @@ -32,7 +32,7 @@ # Special make flags (e.g. to override make environment variables) -@@ -314,13 +315,7 @@ +@@ -256,13 +257,7 @@ # Make the IMAP Toolkit @@ -43,7 +43,16 @@ - @echo the system type so that the sources are properly processed. - @false - -+all: rebuild bundled ++all: bundled # Note on SCO you may have to set LN to "ln". +@@ -367,7 +362,7 @@ + $(TOOLS)/$@ "$(LN)" src/imapd imapd + $(LN) $(TOOLS)/$@ . + +-build: OSTYPE rebuild rebuildclean bundled ++build: bundled + + OSTYPE: + @echo Building c-client for $(BUILDTYPE)... |