summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-thunar/patches
diff options
context:
space:
mode:
authormartti <martti>2007-04-12 09:46:28 +0000
committermartti <martti>2007-04-12 09:46:28 +0000
commit39e7d45e845b7f3a83b34865c761ca31e11edc99 (patch)
tree8d7d39eafdb970a4d29fa1da99bbfbd64ed5ac16 /sysutils/xfce4-thunar/patches
parentffd48895d631e1500bf8422836eb64778226d092 (diff)
downloadpkgsrc-39e7d45e845b7f3a83b34865c761ca31e11edc99.tar.gz
The Xfce file manager.
Diffstat (limited to 'sysutils/xfce4-thunar/patches')
-rw-r--r--sysutils/xfce4-thunar/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/xfce4-thunar/patches/patch-aa b/sysutils/xfce4-thunar/patches/patch-aa
new file mode 100644
index 00000000000..0fcfef172cc
--- /dev/null
+++ b/sysutils/xfce4-thunar/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/04/12 09:46:29 martti Exp $
+
+--- thunar-vfs/thunar-vfs-info.c.orig 2006-07-19 10:35:55.000000000 +0000
++++ thunar-vfs/thunar-vfs-info.c 2006-07-19 10:37:57.000000000 +0000
+@@ -55,6 +55,10 @@
+ #include <unistd.h>
+ #endif
+
++#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900) /* NetBSD 2.99.9 */
++#define statfs statvfs
++#endif
++
+ /* implement thunar-vfs-info's inline functions */
+ #define G_IMPLEMENT_INLINES 1
+ #define __THUNAR_VFS_INFO_C__