pkgsrc/textproc/libxml/patches/patch-ab
martti 89d1d449bd Updated libxml to 1.8.17
* parserold.c (xmlOldParseAttValue): Ensure you've got enough
  characters in your readahead buffer before you check NXT(1).
* tree.c (xmlStaticCopyNode) : back port a fix from xml2
  to correctly namespace copied nodes.
2002-08-26 10:21:04 +00:00

13 lines
450 B
Text

$NetBSD: patch-ab,v 1.10 2002/08/26 10:21:05 martti Exp $
--- Makefile.in.orig Wed Jan 23 23:49:28 2002
+++ Makefile.in Mon Aug 26 11:41:46 2002
@@ -206,7 +206,7 @@
xmlIO.lo xmlmemory.lo nanohttp.lo nanoftp.lo valid.lo xlink.lo uri.lo
noinst_PROGRAMS = tester$(EXEEXT) testSAX$(EXEEXT) testHTML$(EXEEXT) \
testXPath$(EXEEXT)
-PROGRAMS = $(noinst_PROGRAMS)
+PROGRAMS =
tester_OBJECTS = tester.$(OBJEXT)
testSAX_OBJECTS = testSAX.$(OBJEXT)