summaryrefslogtreecommitdiff
path: root/editors/nedit/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-06-02 23:46:41 +0000
committertron <tron@pkgsrc.org>1998-06-02 23:46:41 +0000
commitcda15506c9c5fdd1652876e45f6147b1f53bca34 (patch)
tree144db557848877a6a8ed73a85e485f8f4726492e /editors/nedit/patches
parentc84e61eb1b91cc4316774477c9914883afa13d06 (diff)
downloadpkgsrc-cda15506c9c5fdd1652876e45f6147b1f53bca34.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)