diff options
Diffstat (limited to 'textproc/libxml2/files/patch-xml2Conf.sh.in')
-rw-r--r-- | textproc/libxml2/files/patch-xml2Conf.sh.in | 18 |
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 000000000..f355b9b8c --- /dev/null +++ b/textproc/libxml2/files/patch-xml2Conf.sh.in @@ -0,0 +1,18 @@ + +$FreeBSD: ports/textproc/libxml2/files/patch-xml2Conf.sh.in,v 1.1 2001/05/19 20:07:15 sobomax Exp $ + +--- 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@" |