summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-fsguard-plugin/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-23 17:07:58 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-23 17:07:58 +0000
commitc906d7eac790d91710ceac1e702248d86c58b651 (patch)
tree08397c2c927f34bef909ab5907bb2833ffd1f905 /sysutils/xfce4-fsguard-plugin/patches
parent6130f2a39dacea708d8554eec5335338d3ec93b3 (diff)
downloadpkgsrc-c906d7eac790d91710ceac1e702248d86c58b651.tar.gz
DragonFly needs the common BSD handling for the includes as well.
Diffstat (limited to 'sysutils/xfce4-fsguard-plugin/patches')
-rw-r--r--sysutils/xfce4-fsguard-plugin/patches/patch-aa11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/patches/patch-aa b/sysutils/xfce4-fsguard-plugin/patches/patch-aa
index cc17733d86d..9ed35d56017 100644
--- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa
+++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2005/11/12 06:23:40 martti Exp $
+$NetBSD: patch-aa,v 1.3 2007/01/23 17:07:58 joerg Exp $
---- panel-plugin/fsguard.c.orig 2005-10-11 16:27:09.000000000 -0400
+--- panel-plugin/fsguard.c.orig 2005-10-11 20:27:09.000000000 +0000
+++ panel-plugin/fsguard.c
-@@ -45,6 +45,9 @@
+@@ -41,10 +41,13 @@
+ #include <sys/stat.h>
+ #if defined(__linux__)
+ #include <sys/vfs.h>
+-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#include <sys/param.h>
#include <sys/mount.h>
#endif