commit 6f03ad3c03b7348c1fdb0143b68d6fcd70ed6a85 parent ce951366194671a4a0fe40d969a673fbe0a3a33a Author: aabacchus <ben@bvnf.space> Date: Sun, 13 Feb 2022 01:11:12 +0000 neomutt: fix build without libxml2 Diffstat:
M | neomutt/build | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/neomutt/build b/neomutt/build @@ -1,7 +1,8 @@ #!/bin/sh -e # enable building with netbsd-curses -sed -i 's/tinfow tinfo/tinfow tinfo terminfo/g;/Unable to find xsltproc/d' \ +sed -i 's/tinfow tinfo/tinfow tinfo terminfo/g;/Unable to find xsltproc/d; + s@xmlcatalog@/bin/true@' \ auto.def ./configure \