diff options
author | martti <martti@pkgsrc.org> | 2005-11-12 06:23:40 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-12 06:23:40 +0000 |
commit | 8dbc7efe98de38672a090f404ad832a432700d92 (patch) | |
tree | 318b4451ca682c3aa8d72117431ac4481d7541c0 /sysutils | |
parent | 97dbb768ca931ca5f6c729586e5c03c9aa4f1f75 (diff) | |
download | pkgsrc-8dbc7efe98de38672a090f404ad832a432700d92.tar.gz |
Make sure __NetBSD_Version__ is at least 299000900. This is similar to
the recent postfix patch where it didn't compile on NetBSD 2.1.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/distinfo b/sysutils/xfce4-fsguard-plugin/distinfo index 22cc03d6713..89fa577635b 100644 --- a/sysutils/xfce4-fsguard-plugin/distinfo +++ b/sysutils/xfce4-fsguard-plugin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/28 06:42:49 martti Exp $ +$NetBSD: distinfo,v 1.2 2005/11/12 06:23:40 martti Exp $ SHA1 (xfce4-fsguard-plugin-0.2.1.tar.gz) = 86ad7752fdab209cd460f2da562f979196a1e643 RMD160 (xfce4-fsguard-plugin-0.2.1.tar.gz) = 194290bf0e5d471cefb1d1446330d0320af38763 Size (xfce4-fsguard-plugin-0.2.1.tar.gz) = 339959 bytes -SHA1 (patch-aa) = a242511fddd3fa097d5a5185018792af4689e7b5 +SHA1 (patch-aa) = d782b7af170f20a97ed8ade15a198e2bbc6a1722 diff --git a/sysutils/xfce4-fsguard-plugin/patches/patch-aa b/sysutils/xfce4-fsguard-plugin/patches/patch-aa index 7ec1a53f6b2..cc17733d86d 100644 --- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa +++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/10/28 06:42:49 martti Exp $ +$NetBSD: patch-aa,v 1.2 2005/11/12 06:23:40 martti Exp $ --- panel-plugin/fsguard.c.orig 2005-10-11 16:27:09.000000000 -0400 +++ panel-plugin/fsguard.c @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/10/28 06:42:49 martti Exp $ #include <sys/param.h> #include <sys/mount.h> #endif -+#if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000) ++#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900) /* NetBSD 2.99.9 */ +#define statfs statvfs +#endif #include <panel/plugins.h> |