diff options
author | abs <abs> | 2000-12-28 12:49:50 +0000 |
---|---|---|
committer | abs <abs> | 2000-12-28 12:49:50 +0000 |
commit | 7dd4b03c4d831af444bbee46e248feef04e17be0 (patch) | |
tree | 346a2a5fb4961d11cf150f64e23b3853eb314a71 /editors | |
parent | ac9b844df1daeec265887e1d978fe2fb7b8d75a4 (diff) | |
download | pkgsrc-7dd4b03c4d831af444bbee46e248feef04e17be0.tar.gz |
Adapt to latest version of lesstif - now need to (correctly) explicitly
include <stdio.h> in preferences.c
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/files/patch-sum | 5 | ||||
-rw-r--r-- | editors/nedit/patches/patch-aa | 6 | ||||
-rw-r--r-- | editors/nedit/patches/patch-ab | 12 |
3 files changed, 18 insertions, 5 deletions
diff --git a/editors/nedit/files/patch-sum b/editors/nedit/files/patch-sum index 364831c6e7a..03d71eedda5 100644 --- a/editors/nedit/files/patch-sum +++ b/editors/nedit/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2000/11/03 21:15:47 veego Exp $ +$NetBSD: patch-sum,v 1.6 2000/12/28 12:49:50 abs Exp $ -MD5 (patch-aa) = bc91c0a83941c07059250cf0f22c36f5 +MD5 (patch-aa) = 61493a3f64aa7f3d5855ad56836a4936 +MD5 (patch-ab) = a8942310763f6e3343642128ffb0263c diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa index 15783a09546..38fc07aebeb 100644 --- a/editors/nedit/patches/patch-aa +++ b/editors/nedit/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.6 2000/11/03 21:15:48 veego Exp $ +$NetBSD: patch-aa,v 1.7 2000/12/28 12:49:51 abs Exp $ ---- makefiles/Makefile.netbsd.orig Sat Dec 11 00:07:06 1999 -+++ makefiles/Makefile.netbsd Thu Nov 2 13:14:19 2000 +--- makefiles/Makefile.netbsd.orig Fri Dec 10 23:07:06 1999 ++++ makefiles/Makefile.netbsd @@ -2,8 +2,8 @@ AR=ar diff --git a/editors/nedit/patches/patch-ab b/editors/nedit/patches/patch-ab new file mode 100644 index 00000000000..88ef06b0fd3 --- /dev/null +++ b/editors/nedit/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.4 2000/12/28 12:49:51 abs Exp $ + +--- source/preferences.c.orig Thu Dec 28 12:26:33 2000 ++++ source/preferences.c +@@ -24,6 +24,7 @@ + * Written by Mark Edel * + * * + *******************************************************************************/ ++#include <stdio.h> + #include <stdlib.h> + #include <ctype.h> + #ifdef VMS |