diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-06-07 19:20:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-06-07 19:20:30 +0000 |
commit | 56fad08a3a7414c0dca98f923f9242d58c612af9 (patch) | |
tree | 0e947175e1915b1583b9b54f5cb73ac2e31bbfef /textproc/libxml2/files | |
parent | Pongix is a free game based on classical pong game with support for net game. (diff) |
Update to 2.6.26.
Notes
Notes:
svn path=/head/; revision=164744
Diffstat (limited to 'textproc/libxml2/files')
-rw-r--r-- | textproc/libxml2/files/patch-configure | 20 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-xmlIO.c | 18 |
2 files changed, 0 insertions, 38 deletions
diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure deleted file mode 100644 index 26c63986a624..000000000000 --- a/textproc/libxml2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Apr 28 17:02:02 2006 -+++ configure Fri Apr 28 17:02:43 2006 -@@ -26935,7 +26935,7 @@ fi - -d $with_python/lib/python$PYTHON_VERSION/site-packages - then - PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION -- PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages' -+ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages - else - if test -r $prefix/include/python$PYTHON_VERSION/Python.h - then -@@ -26958,7 +26958,7 @@ fi - fi - if test "$with_python" != "" - then -- pythondir=$(PYTHON_SITE_PACKAGES) -+ pythondir='$(PYTHON_SITE_PACKAGES)' - else - pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages' - fi diff --git a/textproc/libxml2/files/patch-xmlIO.c b/textproc/libxml2/files/patch-xmlIO.c deleted file mode 100644 index b443843974d1..000000000000 --- a/textproc/libxml2/files/patch-xmlIO.c +++ /dev/null @@ -1,18 +0,0 @@ ---- xmlIO.c.orig Thu Apr 27 08:13:42 2006 -+++ xmlIO.c Sat Apr 29 01:27:45 2006 -@@ -616,6 +616,7 @@ xmlCheckFilename (const char *path) - } - #else - #ifdef HAVE_STAT -+ { - struct stat stat_buffer; - - if (stat(path, &stat_buffer) == -1) -@@ -625,6 +626,7 @@ xmlCheckFilename (const char *path) - if (S_ISDIR(stat_buffer.st_mode)) - return 2; - #endif /* S_ISDIR */ -+ } - #endif /* HAVE_STAT */ - #endif /* WIN32 */ - |