]> git.pld-linux.org Git - packages/metamail.git/commitdiff
- missing patches/sources
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 20 Jul 1999 10:57:21 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    metamail-ncurses.patch -> 1.1

metamail-ncurses.patch [new file with mode: 0644]

diff --git a/metamail-ncurses.patch b/metamail-ncurses.patch
new file mode 100644 (file)
index 0000000..cbfd8ca
--- /dev/null
@@ -0,0 +1,24 @@
+diff -Nru mm2.7/src/metamail/Makefile mm2.7.new/src/metamail/Makefile
+--- mm2.7/src/metamail/Makefile        Sun Aug  1 23:04:53 1993
++++ mm2.7.new/src/metamail/Makefile    Sun Oct 18 10:04:42 1998
+@@ -45,7 +45,7 @@
+ mailto: mailto.o codes.o shared.o
+       rm -f mailto
+-      $(CC) $(LOCALCFLAGS) -o mailto  mailto.o  codes.o shared.o -ltermcap $(LDLIBS)
++      $(CC) $(LOCALCFLAGS) -o mailto  mailto.o  codes.o shared.o -lncurses $(LDLIBS)
+ splitmail: splitmail.o shared.o
+       rm -f splitmail
+diff -Nru mm2.7/src/richmail/Makefile mm2.7.new/src/richmail/Makefile
+--- mm2.7/src/richmail/Makefile        Mon Mar 15 20:32:42 1993
++++ mm2.7.new/src/richmail/Makefile    Sun Oct 18 10:05:08 1998
+@@ -34,7 +34,7 @@
+ all:  richtext richtoatk
+ richtext: richtext.o $(RICHOBJS)
+-      $(CC) ${LOCALCFLAGS} -o richtext richtext.o $(RICHOBJS) -ltermcap $(LDLIBS)
++      $(CC) ${LOCALCFLAGS} -o richtext richtext.o $(RICHOBJS) -lncurses $(LDLIBS)
+ richtoatk: richtoatk.o $(RICHOBJS)
+       $(CC) ${LOCALCFLAGS} -o richtoatk richtoatk.o $(RICHOBJS) $(LDLIBS)
This page took 0.117851 seconds and 4 git commands to generate.