summaryrefslogtreecommitdiff
path: root/textproc/libxml/patches
diff options
context:
space:
mode:
authorrh <rh>2002-10-30 03:09:25 +0000
committerrh <rh>2002-10-30 03:09:25 +0000
commitadb9044caf9d45e16fdbbf07429ec0ec53b52b9d (patch)
treeb57a6c9b34c1159eea1751ac22709c1f6436e822 /textproc/libxml/patches
parent4565acbed844be954a8372ce09a0cbc6a5d7d558 (diff)
downloadpkgsrc-adb9044caf9d45e16fdbbf07429ec0ec53b52b9d.tar.gz
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'textproc/libxml/patches')
-rw-r--r--textproc/libxml/patches/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/libxml/patches/patch-ad b/textproc/libxml/patches/patch-ad
deleted file mode 100644
index 65fbe786978..00000000000
--- a/textproc/libxml/patches/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/03/10 12:37:21 drochner Exp $
-
---- libxml.pc.in.orig Wed Jan 17 17:12:55 2001
-+++ libxml.pc.in Wed Jan 17 17:13:29 2001
-@@ -8,5 +8,5 @@
- Version: @VERSION@
- Description: libXML library.
- Requires:
--Libs: -L${libdir} -lxml @Z_LIBS@ @M_LIBS@ @LIBS@
-+Libs: -L${libdir} -Wl,-R${libdir} -lxml @Z_LIBS@ @M_LIBS@ @LIBS@
- Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@