summaryrefslogtreecommitdiff
path: root/contrib/libxdg-basedir/diff_from_libxdg-basedir_0.1.2.patch
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 15:02:24 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 15:02:24 +0200
commit2dc295cdf13e344d9e141dceb0b03c6a6f1dee3a (patch)
tree155b533be0781da193441b858e62804cc1d19451 /contrib/libxdg-basedir/diff_from_libxdg-basedir_0.1.2.patch
parentf757f86ba36b2fb148e272ca16a4a5ced47926ab (diff)
downloadxine-lib-2dc295cdf13e344d9e141dceb0b03c6a6f1dee3a.tar.gz
xine-lib-2dc295cdf13e344d9e141dceb0b03c6a6f1dee3a.tar.bz2
Update libxdg-basedir to version 0.1.3; thanks to Mark Nevill for the quick action.
Detection of libxdg-basedir presence is now done through pkg-config, and to use the external copy you have to have at least 0.1.3 because previous versions contain one bug that causes /usr/share to become /usr/sharee. Remove the patch, no differences from the original are present at this time.
Diffstat (limited to 'contrib/libxdg-basedir/diff_from_libxdg-basedir_0.1.2.patch')
-rw-r--r--contrib/libxdg-basedir/diff_from_libxdg-basedir_0.1.2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/libxdg-basedir/diff_from_libxdg-basedir_0.1.2.patch b/contrib/libxdg-basedir/diff_from_libxdg-basedir_0.1.2.patch
deleted file mode 100644
index 5a7e69fdc..000000000
--- a/contrib/libxdg-basedir/diff_from_libxdg-basedir_0.1.2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -r fe43a4a573b2 contrib/libxdg-basedir/basedir.c
---- a/contrib/libxdg-basedir/basedir.c Fri Apr 13 22:04:05 2007 +0200
-+++ b/contrib/libxdg-basedir/basedir.c Fri Apr 13 22:05:25 2007 +0200
-@@ -209,6 +209,7 @@ static char** xdgSplitPath(const char* s
- #endif
- itemlist[i][k] = string[j];
- }
-+ itemlist[i][k] = 0;
- /* move to next string */
- string += j;
- if (*string == PATH_SEPARATOR_CHAR) string++; /* skip seperator */