Canna includes should be searched for in ${prefix}, not /usr/local
This commit is contained in:
parent
ad753a9cc2
commit
77562d42a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11541
1 changed files with 15 additions and 0 deletions
15
editors/nvi-m17n/files/patch-ab
Normal file
15
editors/nvi-m17n/files/patch-ab
Normal file
|
@ -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
|
Loading…
Reference in a new issue