summaryrefslogtreecommitdiff
path: root/x11-fm/gentoo/files
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-29 13:21:31 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-29 13:21:31 +0000
commit3a6df2447420229c19d70bee92e0d272ded8b8ee (patch)
tree49393c5a16633c5688055182fb1593ba17ddcb9f /x11-fm/gentoo/files
parentupgrade to 4.8.3 (diff)
Upgrade to 0.11.32.
Approved by: dwcjr (mentor)
Notes
Notes: svn path=/head/; revision=65224
Diffstat (limited to 'x11-fm/gentoo/files')
-rw-r--r--x11-fm/gentoo/files/patch-src::gentoo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/gentoo/files/patch-src::gentoo.h b/x11-fm/gentoo/files/patch-src::gentoo.h
new file mode 100644
index 000000000000..7dad11cbbd80
--- /dev/null
+++ b/x11-fm/gentoo/files/patch-src::gentoo.h
@@ -0,0 +1,11 @@
+--- src/gentoo.h.orig Thu Aug 29 14:36:02 2002
++++ src/gentoo.h Thu Aug 29 14:36:33 2002
+@@ -443,7 +443,7 @@
+ gboolean valid; /* Set if the structure's contents are valid. */
+ #if defined HAVE_STRUCT_STATVFS
+ struct statvfs stat; /* Holds information about filesystem. */
+-#elif defined HAVE_STRUCT_STATFS
++#elif defined HAVE_STRUCT_STATFS || defined __FreeBSD__
+ struct statfs stat;
+ #endif
+ } FsInfo;