summaryrefslogtreecommitdiff
path: root/textproc/libxml/patches
diff options
context:
space:
mode:
authortron <tron>2000-01-26 20:32:45 +0000
committertron <tron>2000-01-26 20:32:45 +0000
commit5f18dea291df62b4146b43926fc776ee43942aeb (patch)
treeb391716a06cb63490a087b71bccd41c14e96bb8b /textproc/libxml/patches
parent68858ce631cc6de09f17afa2a790bec4722725cd (diff)
downloadpkgsrc-5f18dea291df62b4146b43926fc776ee43942aeb.tar.gz
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.
Diffstat (limited to 'textproc/libxml/patches')
-rw-r--r--textproc/libxml/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/libxml/patches/patch-ab b/textproc/libxml/patches/patch-ab
new file mode 100644
index 00000000000..47086ad2f65
--- /dev/null
+++ b/textproc/libxml/patches/patch-ab
@@ -0,0 +1,13 @@
+$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