diff options
author | tron <tron@pkgsrc.org> | 1998-06-02 23:46:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-02 23:46:41 +0000 |
commit | cda15506c9c5fdd1652876e45f6147b1f53bca34 (patch) | |
tree | 144db557848877a6a8ed73a85e485f8f4726492e /editors/nedit/patches | |
parent | c84e61eb1b91cc4316774477c9914883afa13d06 (diff) | |
download | pkgsrc-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-ac | 10 |
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) |