pkgsrc/textproc/libxml/patches/patch-ab
tron b8513e67c6 Don't attempt to build test programs. They would either require the
"readline" library or patches to make them work with our "edit" library
but they aren't installed anyway.
2000-01-26 20:32:45 +00:00

13 lines
454 B
Text

$NetBSD: patch-ab,v 1.5 2000/01/26 20:32:50 tron Exp $
--- Makefile.in.orig Fri Jan 21 13:30:13 2000
+++ Makefile.in Wed Jan 26 21:26:10 2000
@@ -160,7 +160,7 @@
libxml_la_OBJECTS = SAX.lo entities.lo encoding.lo error.lo parser.lo \
HTMLparser.lo HTMLtree.lo debugXML.lo tree.lo xpath.lo xmlIO.lo \
xmlmemory.lo nanohttp.lo valid.lo xlink.lo
-PROGRAMS = $(noinst_PROGRAMS)
+PROGRAMS =
tester_OBJECTS = tester.o
testSAX_OBJECTS = testSAX.o