diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-03 03:12:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-03 03:12:10 +0800 |
commit | 6e46f17b8c9d16eeb7f1273439ba2fca9a17a366 (patch) | |
tree | 3da653688c2ee1cae629ff16af47e6f39a8533a4 /sysutils | |
parent | ba64735cab4ad0a505691e8983ae442092575ca4 (diff) | |
download | marcuscom-ports-6e46f17b8c9d16eeb7f1273439ba2fca9a17a366.tar.gz marcuscom-ports-6e46f17b8c9d16eeb7f1273439ba2fca9a17a366.tar.zst marcuscom-ports-6e46f17b8c9d16eeb7f1273439ba2fca9a17a366.zip |
Add forgotten patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15175 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c b/sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c new file mode 100644 index 000000000..de992ccaa --- /dev/null +++ b/sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c @@ -0,0 +1,15 @@ +--- panels/info/cc-info-panel.c.orig 2011-02-02 20:05:49.000000000 +0100 ++++ panels/info/cc-info-panel.c 2011-02-02 20:06:21.000000000 +0100 +@@ -21,7 +21,12 @@ + + #include "cc-info-panel.h" + ++#ifdef __FreeBSD__ ++#include <sys/param.h> ++#include <sys/mount.h> ++#else + #include <sys/vfs.h> ++#endif + + #include <glib.h> + #include <glib/gi18n.h> |