diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-02-08 08:24:36 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-02-08 08:29:21 +0000 |
| commit | afd204905e4c3b437b575167d1fdfff47aca39ea (patch) | |
| tree | 4bf3df4a8681758e5a9356e19330f259234fe2dd /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 29cfcee1049894536321db87b8974e8fc2c33836 (diff) | |
vifm: fix `:help` by pulling in `perl` to build depends
Without the change `:help` command failed to find the help as:
$ rm -rfv ~/.config/vifm/ ~/.vifm
$ vifm
<in vifm>:help
Error detected while processing command line:
E149: Sorry, no help for vifm-app.txt
This happened because `tags` in `doc` directory was empty:
$(top_srcdir)/data/vim/doc/plugin/tags: \
$(top_srcdir)/data/vim/doc/plugin/vifm-plugin.txt
$(AM_V_GEN)mkdir -p ../data/vim/doc/plugin/; \
if [ -n "$(PERL)" ]; then \
$(srcdir)/helpztags "$(top_srcdir)/data/vim/doc/plugin"; \
elif [ -n "$(VIM)" ]; then \
vim -e -s -c 'helptags $(top_srcdir)/data/vim/doc/plugin|q'; \
else \
touch $@; \
fi
The change pulls in `perl` into build depends to get tags working.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
