summaryrefslogtreecommitdiff
path: root/textproc/libxml2/patches/patch-ac
blob: c03b52c6df4bd2b865402927587ea655f73b2b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.3 2002/01/29 07:40:11 martti Exp $

--- libxml-2.0.pc.in.orig	Mon Dec 10 04:35:05 2001
+++ libxml-2.0.pc.in	Mon Jan 28 15:45:49 2002
@@ -8,5 +8,5 @@
 Version: @VERSION@
 Description: libXML library version2.
 Requires:
-Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @M_LIBS@ @LIBS@
-Cflags: -I${includedir}/libxml2 @XML_CFLAGS@
+Libs: @XML_LIBDIR@ -lxml2 @Z_LIBS@ @M_LIBS@ @LIBS@
+Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@