diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-11 03:09:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-11 03:09:41 +0800 |
commit | 56982b358b8669f95f1edd722d337d6e7ba47998 (patch) | |
tree | 9f2c88e5562d30ae3ba20c103fc0efa2b6e1abe0 /textproc/libxml2/files/patch-xml2Conf.sh.in | |
parent | 57048f713819a2b5aa1789291c3689d8a536da93 (diff) | |
download | marcuscom-ports-56982b358b8669f95f1edd722d337d6e7ba47998.tar.gz marcuscom-ports-56982b358b8669f95f1edd722d337d6e7ba47998.tar.zst marcuscom-ports-56982b358b8669f95f1edd722d337d6e7ba47998.zip |
Add libxml2-2.5.11.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1178 df743ca5-7f9a-e211-a948-0013205c9059
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@" |