openbsd-ports/textproc/libxml/patches/patch-Makefile.in
marcm d2a7b9b1ea Update again to 2.5.10 and this time *disable threading*. Reports are
that this fixes a whole range of breakage with other ports that were
confused by the threading option.

ok naddy@
2003-08-26 16:33:11 +00:00

20 lines
845 B
Plaintext

--- Makefile.in.orig 2003-08-14 17:33:22.000000000 -0700
+++ Makefile.in 2003-08-19 20:44:38.000000000 -0700
@@ -289,7 +289,7 @@ pkgconfig_DATA = libxml-2.0.pc
# Instll the tests program sources as examples
#
BASE_DIR = $(datadir)/doc
-DOC_MODULE = libxml2-$(VERSION)
+DOC_MODULE = libxml2
EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -1755,6 +1755,7 @@ Relaxtests: xmllint$(EXEEXT)
2> $(srcdir)/result/relaxng/"$$name"_"$$xno".err; \
else \
echo Testing "$$name"_"$$xno" ; \
+ echo " $(CHECKER) $(top_builddir)/xmllint$(EXEEXT) --noout --relaxng $$i $$j" ; \
$(CHECKER) $(top_builddir)/xmllint$(EXEEXT) --noout --relaxng $$i $$j \
> res.$$name 2> err.$$name;\
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\