Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus/files: nautilus-2.20.0-statfs.patch
Date: Fri, 19 Oct 2007 10:01:36
Message-Id: E1IioVQ-0006QX-8U@stork.gentoo.org
1 uberlord 07/10/19 09:51:00
2
3 Added: nautilus-2.20.0-statfs.patch
4 Log:
5 Fix compile on FreeBSD.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.1 gnome-base/nautilus/files/nautilus-2.20.0-statfs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/files/nautilus-2.20.0-statfs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/files/nautilus-2.20.0-statfs.patch?rev=1.1&content-type=text/plain
13
14 Index: nautilus-2.20.0-statfs.patch
15 ===================================================================
16 So we can check for statfs in FreeBSD
17
18 diff -ur a/configure.in b/configure.in
19 --- a/configure.in 2007-10-19 10:41:53 +0100
20 +++ b/configure.in 2007-10-19 10:42:53 +0100
21 @@ -149,7 +149,7 @@
22
23 dnl ==========================================================================
24
25 -AC_CHECK_HEADERS(sys/mount.h sys/vfs.h)
26 +AC_CHECK_HEADERS(sys/param.h sys/mount.h sys/stat.h sys/vfs.h)
27
28 dnl ==========================================================================
29
30
31
32
33 --
34 gentoo-commits@g.o mailing list