summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ai
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-12 17:35:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-12 17:35:07 +0000
commit3b67f44ce3a7626dd4013fbecb064cd04a695bce (patch)
tree0f44c5b893fd037e743370ed990271d750b7b547 /mail/pine4/files/patch-ai
parentBuild/install/use c-client shared and normal libraries (diff)
Don't build/install shared c-client library, because it is obsoleted
with imapd port and used only for pine Don't build/install mtest, already done in imapd port now Add missing -lcrypt for pine build
Notes
Notes: svn path=/head/; revision=5326
Diffstat (limited to 'mail/pine4/files/patch-ai')
-rw-r--r--mail/pine4/files/patch-ai41
1 files changed, 0 insertions, 41 deletions
diff --git a/mail/pine4/files/patch-ai b/mail/pine4/files/patch-ai
deleted file mode 100644
index d5647c91cb6f..000000000000
--- a/mail/pine4/files/patch-ai
+++ /dev/null
@@ -1,41 +0,0 @@
-*** imap/ANSI/ipopd/Makefile.orig Thu Mar 14 15:20:20 1996
---- imap/ANSI/ipopd/Makefile Fri Jun 14 00:13:07 1996
-***************
-*** 33,37 ****
-
- C = ../c-client
-! CCLIENTLIB = $C/c-client.a
- SHELL = /bin/sh
-
---- 33,37 ----
-
- C = ../c-client
-! CCLIENTLIB = $C/libc-client.so.1.3
- SHELL = /bin/sh
-
-***************
-*** 40,44 ****
- CC = `cat $C/CCTYPE`
- CFLAGS = -I$C `cat $C/CFLAGS`
-! LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
-
- ipopd: ipop2d ipop3d
---- 40,44 ----
- CC = `cat $C/CCTYPE`
- CFLAGS = -I$C `cat $C/CFLAGS`
-! LDFLAGS = -L$C -lc-client `cat $C/LDFLAGS`
-
- ipopd: ipop2d ipop3d
-***************
-*** 55,59 ****
-
- $(CCLIENTLIB):
-! cd $C;make
-
- clean:
---- 55,59 ----
-
- $(CCLIENTLIB):
-! cd $C;make $(OS)
-
- clean: