diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-17 10:15:04 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-17 10:15:04 +0000 |
commit | beae180ea763f28c832ef16fc9f90d22be2808bf (patch) | |
tree | 0f6905038044dc5572be475d5b0ffd0a9cb3f1cc /editors/manedit | |
parent | 1605b48599252b3ef6bfae5f042871ab082fe527 (diff) | |
download | pkgsrc-beae180ea763f28c832ef16fc9f90d22be2808bf.tar.gz |
No functional changes:
o use #ifdef in patch-aa so it can be sent back to the author
Diffstat (limited to 'editors/manedit')
-rw-r--r-- | editors/manedit/distinfo | 4 | ||||
-rw-r--r-- | editors/manedit/patches/patch-aa | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/editors/manedit/distinfo b/editors/manedit/distinfo index 55bc992cb48..e361c642ab6 100644 --- a/editors/manedit/distinfo +++ b/editors/manedit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/06/11 20:58:32 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2001/06/17 10:15:04 zuntum Exp $ SHA1 (manedit0.4j.tar.bz2) = 2ad39c64817a23d42f2f2604d4dd6dd616e2d98b Size (manedit0.4j.tar.bz2) = 280083 bytes -SHA1 (patch-aa) = 604594962ead90efb5640fdf28af9c7bf56b7fd0 +SHA1 (patch-aa) = 5abe006cf889b9029ad004390bb91a878806a49e SHA1 (patch-ab) = 2a914d2cb0be0954d674058d35197336750eb251 diff --git a/editors/manedit/patches/patch-aa b/editors/manedit/patches/patch-aa index a33b88882fb..0bd98032721 100644 --- a/editors/manedit/patches/patch-aa +++ b/editors/manedit/patches/patch-aa @@ -1,12 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2001/06/11 20:58:33 zuntum Exp $ +$NetBSD: patch-aa,v 1.3 2001/06/17 10:15:05 zuntum Exp $ --- ../include/xsw_ctype.h.orig Tue Mar 27 03:39:01 2001 +++ ../include/xsw_ctype.h -@@ -5,7 +5,6 @@ +@@ -1,7 +1,7 @@ + // xsw_ctype.h + // This is intended as a prototype for files using the global/ctype.cpp file. + +-#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) && !defined(__NetBSD__) # if defined(__cplusplus) || defined(c_plusplus) extern bool isblank(char c); --extern bool isblank(int c); - - #else - |