summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pine4/files/patch-ai')
-rw-r--r--mail/pine4/files/patch-ai41
1 files changed, 41 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-ai b/mail/pine4/files/patch-ai
new file mode 100644
index 000000000000..d5647c91cb6f
--- /dev/null
+++ b/mail/pine4/files/patch-ai
@@ -0,0 +1,41 @@
+*** 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: