openbsd-ports/editors/nedit/patches/patch-af
marc f116dfe7c6 Throw out old freebsd specific patches; create openbsd patches
from Berndt Josef Wulf <wulf@ping.net.au>; install nc as ncl
so it dies not conflict with netcat;  install nedit.doc; use
mkstemp instead of tmpnam; don't require MOTIF, just libXm
(LessTif allowed)
1998-07-16 03:40:48 +00:00

12 lines
347 B
Plaintext

--- source/nc.c.~1~ Thu Mar 19 13:20:23 1998
+++ source/nc.c Wed Jul 15 17:46:58 1998
@@ -51,7 +51,7 @@
#define APP_NAME "nc"
#define APP_CLASS "NEditClient"
-#if defined(VMS) || defined(linux)
+#if defined(VMS) || defined(linux) || defined( __OpenBSD__ )
#define MAXNODENAMELEN (MAXPATHLEN+2)
#elif defined(SUNOS)
#define MAXNODENAMELEN 9