diff options
author | tron <tron@pkgsrc.org> | 1998-06-02 22:33:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-02 22:33:16 +0000 |
commit | d4987950a44adf4702b317485162165c7537faa6 (patch) | |
tree | 2ddb81c37618ccbc5d0f8b2f112915e1db82d32b /editors/nedit/patches | |
parent | 8d1d30ea9020d94ecdc78699d6a93ae924753f51 (diff) | |
download | pkgsrc-d4987950a44adf4702b317485162165c7537faa6.tar.gz |
New "nedit-5.0.2" package: Motif based standard GUI style text editor
Diffstat (limited to 'editors/nedit/patches')
-rw-r--r-- | editors/nedit/patches/patch-aa | 11 | ||||
-rw-r--r-- | editors/nedit/patches/patch-ab | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa new file mode 100644 index 00000000000..570c66a123f --- /dev/null +++ b/editors/nedit/patches/patch-aa @@ -0,0 +1,11 @@ +--- source/server.c.orig Thu Mar 19 22:20:24 1998 ++++ source/server.c Wed Jun 3 00:06:18 1998 +@@ -54,7 +54,7 @@ + independent way), please change this (L_cuserid is apparently not ANSI) */ + #define MAXUSERNAMELEN 32 + +-#if defined(VMS) || defined(linux) ++#if defined(VMS) || defined(linux) || defined(__NetBSD__) + #define MAXNODENAMELEN (MAXPATHLEN+2) + #elif defined(SUNOS) + #define MAXNODENAMELEN 9 diff --git a/editors/nedit/patches/patch-ab b/editors/nedit/patches/patch-ab new file mode 100644 index 00000000000..463c332ef43 --- /dev/null +++ b/editors/nedit/patches/patch-ab @@ -0,0 +1,11 @@ +--- source/nc.c.orig Thu Mar 19 22:20:23 1998 ++++ source/nc.c Wed Jun 3 00:06:25 1998 +@@ -51,7 +51,7 @@ + #define APP_NAME "nc" + #define APP_CLASS "NEditClient" + +-#if defined(VMS) || defined(linux) ++#if defined(VMS) || defined(linux) || defined(__NetBSD__) + #define MAXNODENAMELEN (MAXPATHLEN+2) + #elif defined(SUNOS) + #define MAXNODENAMELEN 9 |