From 5c2641030f06e95184627d9a9d1bb8f1e2eb52dd Mon Sep 17 00:00:00 2001
From: tron <tron>
Date: Tue, 2 Jun 1998 23:46:41 +0000
Subject: Fix package to compile under good old NetBSD 1.3.

---
 editors/nedit/patches/patch-ac | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 editors/nedit/patches/patch-ac

(limited to 'editors/nedit/patches')

diff --git a/editors/nedit/patches/patch-ac b/editors/nedit/patches/patch-ac
new file mode 100644
index 00000000000..375b9922963
--- /dev/null
+++ b/editors/nedit/patches/patch-ac
@@ -0,0 +1,10 @@
+--- Makefile.orig	Thu Mar 19 22:20:29 1998
++++ Makefile	Wed Jun  3 01:31:53 1998
+@@ -42,3 +42,7 @@
+ linux_nedit:
+ 	(cd util; $(MAKE) -f Makefile.linux libNUtil.a)
+ 	(cd source; $(MAKE) -f Makefile.linux nedit nc)
++
++netbsd_nedit:
++	(cd util; $(MAKE) -f Makefile.netbsd libNUtil.a)
++	(cd source; $(MAKE) -f Makefile.netbsd nedit nc)
-- 
cgit v1.2.3