summaryrefslogtreecommitdiff
path: root/editors/nvi-m17n/patches/patch-ab
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-08-02 05:05:16 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-08-02 05:05:16 +0000
commit38b7dbb7816f78783ceefec5ff7eb1c6a74c28af (patch)
tree6840ad362c4c0684c26e2fb07a86045c91f86209 /editors/nvi-m17n/patches/patch-ab
parent8693d13518b902a55777e4ee114f1ad28123e522 (diff)
downloadpkgsrc-38b7dbb7816f78783ceefec5ff7eb1c6a74c28af.tar.gz
Import FreeBSD's "editors/nvi-m17n" port:
A clone of vi/ex, with multilingual patch
Diffstat (limited to 'editors/nvi-m17n/patches/patch-ab')
-rw-r--r--editors/nvi-m17n/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/nvi-m17n/patches/patch-ab b/editors/nvi-m17n/patches/patch-ab
new file mode 100644
index 00000000000..d590fd0019a
--- /dev/null
+++ b/editors/nvi-m17n/patches/patch-ab
@@ -0,0 +1,15 @@
+--- configure.bad Fri Jun 26 02:22:51 1998
++++ configure Fri Jun 26 02:23:39 1998
+@@ -1686,10 +1686,8 @@
+ case "$host_os" in
+ bsdi2.1)
+ vi_cannapath="/usr/contrib/canna";;
+- freebsd2.2*|freebsd3*)
+- vi_cannapath="/usr/local";;
+- freebsd2*)
+- vi_cannapath="/usr/local/canna";;
++ freebsd*)
++ vi_cannapath="${prefix}";;
+ *)
+ vi_cannapath="/usr/local/canna";;
+ esac