summaryrefslogtreecommitdiff
path: root/editors/nedit/patches
diff options
context:
space:
mode:
authortron <tron>1998-06-02 23:46:41 +0000
committertron <tron>1998-06-02 23:46:41 +0000
commit5c2641030f06e95184627d9a9d1bb8f1e2eb52dd (patch)
tree144db557848877a6a8ed73a85e485f8f4726492e /editors/nedit/patches
parentd43a4a26f491139d5e0f283faba27f5e6b0b4903 (diff)
downloadpkgsrc-5c2641030f06e95184627d9a9d1bb8f1e2eb52dd.tar.gz
Fix package to compile under good old NetBSD 1.3.
Diffstat (limited to 'editors/nedit/patches')
-rw-r--r--editors/nedit/patches/patch-ac10
1 files changed, 10 insertions, 0 deletions
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)