Commit d9d7b79d authored by João Vitor Rafael Chrisóstomo's avatar João Vitor Rafael Chrisóstomo Committed by GitHub

Patch to make w3m image backend work on FreeBSD 11

Just an extra possible directory to search for w3m-img before outputting that it wasn't found on the system.
parent abaf8808
...@@ -2292,7 +2292,10 @@ get_w3m_img_path() { ...@@ -2292,7 +2292,10 @@ get_w3m_img_path() {
elif [[ -x "/usr/libexec64/w3m/w3mimgdisplay" ]]; then elif [[ -x "/usr/libexec64/w3m/w3mimgdisplay" ]]; then
w3m_img_path="/usr/libexec64/w3m/w3mimgdisplay" w3m_img_path="/usr/libexec64/w3m/w3mimgdisplay"
elif [[ -x "/usr/local/libexec/w3m/w3mimgdisplay" ]]; then
w3m_img_path="/usr/local/libexec/w3m/w3mimgdisplay"
else else
err "Image: w3m-img wasn't found on your system" err "Image: w3m-img wasn't found on your system"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment