diff options
author | jlam <jlam> | 2001-09-26 23:23:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-26 23:23:07 +0000 |
commit | df5bc423b7026af927f14a330eb3c42f7d4995a1 (patch) | |
tree | be42b3e634f076a80ad5fff181ba15b503952642 /textproc | |
parent | 4a07ecc7132f383cc35c9dc51b835686e241d9b0 (diff) | |
download | pkgsrc-df5bc423b7026af927f14a330eb3c42f7d4995a1.tar.gz |
Remove unused patch since update from libxml2-2.4.2 to 2.4.5.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/libxml2/patches/patch-ab b/textproc/libxml2/patches/patch-ab deleted file mode 100644 index a6df453422d..00000000000 --- a/textproc/libxml2/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/08/24 16:59:03 wiz Exp $ - ---- Makefile.in.orig Wed Aug 15 14:26:06 2001 -+++ Makefile.in -@@ -223,7 +223,7 @@ - bin_PROGRAMS = xmllint$(EXEEXT) - noinst_PROGRAMS = testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \ - testURI$(EXEEXT) testDocbook$(EXEEXT) testCatalog$(EXEEXT) --PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) -+PROGRAMS = - - xmllint_OBJECTS = xmllint.$(OBJEXT) - testSAX_OBJECTS = testSAX.$(OBJEXT) |