openbsd-ports/benchmarks/sysbench/patches/patch-configure
2022-03-11 18:21:39 +00:00

12 lines
508 B
Plaintext

--- configure.orig Tue Apr 15 11:36:17 2008
+++ configure Tue Apr 15 11:36:48 2008
@@ -19859,7 +19859,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
XSLTPROC_FLAGS=--nonet
DOCBOOK_ROOT=
if test ! -f /etc/xml/catalog; then
- for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/;
+ for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/ ${PREFIX}/share/xsl/docbook/xhtml;
do
if test -d "$i"; then
DOCBOOK_ROOT=$i