diff options
author | rh <rh@pkgsrc.org> | 2001-06-29 11:47:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-06-29 11:47:12 +0000 |
commit | f21585821bc9550ada4841a0d5b3b20dd4402e00 (patch) | |
tree | 0179c33679ec2989aef212b5ca5763ad3aaf8371 /textproc/libxml2/patches/patch-ac | |
parent | f73e6f4726a5d35ed9d8c924a3bef5111a5efc44 (diff) | |
download | pkgsrc-f21585821bc9550ada4841a0d5b3b20dd4402e00.tar.gz |
Initial import of libxml2, the new and improved GNOME 2 xml parsing
library. Provided in PR pkg/13338 by Martti Kuparinen
<martti.kuparinen@iki.fi>, thanks!
Diffstat (limited to 'textproc/libxml2/patches/patch-ac')
-rw-r--r-- | textproc/libxml2/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml2/patches/patch-ac b/textproc/libxml2/patches/patch-ac new file mode 100644 index 00000000000..035e1c15146 --- /dev/null +++ b/textproc/libxml2/patches/patch-ac @@ -0,0 +1,11 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/06/29 11:47:12 rh Exp $ + +--- libxml-2.0.pc.in.orig Thu Jun 28 16:05:32 2001 ++++ libxml-2.0.pc.in Thu Jun 28 16:06:03 2001 +@@ -8,5 +8,5 @@ + Version: @VERSION@ + Description: libXML library. + Requires: +-Libs: -L${libdir} -lxml2 @Z_LIBS@ @M_LIBS@ @LIBS@ ++Libs: -L${libdir} -Wl,-R${libdir} -lxml2 @Z_LIBS@ @M_LIBS@ @LIBS@ + Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ |