summaryrefslogtreecommitdiff
path: root/textproc/libxml2/files/patch-xml2Conf.sh.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-19 20:07:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-19 20:07:15 +0000
commit9b05dc05ff60b7a2cc15f6302f6556debe9ec80c (patch)
tree4e4dd831ad5144a2f657fd533b1c20f65759d48f /textproc/libxml2/files/patch-xml2Conf.sh.in
parentupgrade to 0.3.38 (diff)
Correct gnome-config configuration file, so gnome-config outputs correct
paths. Reported by: ijliao
Diffstat (limited to 'textproc/libxml2/files/patch-xml2Conf.sh.in')
-rw-r--r--textproc/libxml2/files/patch-xml2Conf.sh.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-xml2Conf.sh.in b/textproc/libxml2/files/patch-xml2Conf.sh.in
new file mode 100644
index 000000000000..e07940d12f05
--- /dev/null
+++ b/textproc/libxml2/files/patch-xml2Conf.sh.in
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- xml2Conf.sh.in 2001/05/19 19:57:43 1.1
++++ xml2Conf.sh.in 2001/05/19 19:59:40
+@@ -1,6 +1,12 @@
+ #
+ # Configuration file for using the XML library in GNOME applications
+ #
++
++prefix=@prefix@
++exec_prefix=@exec_prefix@
++includedir=@includedir@
++libdir=@libdir@
++
+ XML2_LIBDIR="@XML_LIBDIR@"
+ XML2_LIBS="@XML_LIBS@"
+ XML2_INCLUDEDIR="@XML_INCLUDEDIR@"