summaryrefslogtreecommitdiff
path: root/x11/xfce4-exo/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-exo/patches/patch-ad')
-rw-r--r--x11/xfce4-exo/patches/patch-ad10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xfce4-exo/patches/patch-ad b/x11/xfce4-exo/patches/patch-ad
index 4a19df64082..4cb3c83d773 100644
--- a/x11/xfce4-exo/patches/patch-ad
+++ b/x11/xfce4-exo/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.3 2007/12/07 19:43:29 martti Exp $
+$NetBSD: patch-ad,v 1.4 2008/07/01 13:41:08 obache Exp $
---- exo/exo-mount-point.c.orig 2007-12-04 11:46:28.000000000 +0000
-+++ exo/exo-mount-point.c 2007-12-04 11:52:46.000000000 +0000
-@@ -253,57 +253,57 @@
+--- exo/exo-mount-point.c.orig 2007-12-02 14:33:44 +0200
++++ exo/exo-mount-point.c 2008-06-06 15:14:00 +0300
+@@ -253,57 +253,57 @@ exo_mount_point_list_match_active (ExoMo
/* close the file handle */
fclose (fp);
@@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.3 2007/12/07 19:43:29 martti Exp $
- glong bufsize = 0;
- gint mntsize;
- gint n;
-+#elif defined(HAVE_GETVFSSTAT) /* Newer NetBSD */
++#elif defined(HAVE_GETVFSSTAT) && !defined(__DragonFly__) /* Newer NetBSD */
+ struct statvfs *mntbuf = NULL;
+ glong bufsize = 0;
+ gint mntsize;