aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-12-11 00:48:46 +0800
committerarved <arved@FreeBSD.org>2002-12-11 00:48:46 +0800
commitb143583fb3d3765427170ca4a9749da6b99a793e (patch)
tree683d47ab3d4630af2b4e2b15e6d1974a93098727 /japanese
parent3dbca64b05fc34769befc76f0153b2844a567408 (diff)
downloadfreebsd-ports-gnome-b143583fb3d3765427170ca4a9749da6b99a793e.tar.gz
freebsd-ports-gnome-b143583fb3d3765427170ca4a9749da6b99a793e.tar.zst
freebsd-ports-gnome-b143583fb3d3765427170ca4a9749da6b99a793e.zip
FreeBSD 5 isn't SYSV although it has statvfs
PR: 46161 submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/samba/files/patch-includes.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/samba/files/patch-includes.h b/japanese/samba/files/patch-includes.h
new file mode 100644
index 000000000000..9b976dd07106
--- /dev/null
+++ b/japanese/samba/files/patch-includes.h
@@ -0,0 +1,13 @@
+--- include/includes.h.orig Tue Dec 10 19:50:18 2002
++++ include/includes.h Tue Dec 10 19:52:33 2002
+@@ -808,8 +808,10 @@
+ #endif
+
+ /* this guess needs to be improved (tridge) */
++#ifndef __FreeBSD__
+ #if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV)
+ #define SYSV 1
++#endif
+ #endif
+
+ #ifndef DEFAULT_PRINTING