diff options
Diffstat (limited to 'x11-fm/nautilus/files')
-rw-r--r-- | x11-fm/nautilus/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-configure | 22 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c | 12 |
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in new file mode 100644 index 000000000..a4f79ca6b --- /dev/null +++ b/x11-fm/nautilus/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig Wed Nov 24 13:14:21 2004 ++++ Makefile.in Wed Nov 24 13:14:47 2004 +@@ -183,7 +183,6 @@ + libbackground \ + libnautilus-private \ + src \ +- test \ + po \ + data \ + icons \ diff --git a/x11-fm/nautilus/files/patch-configure b/x11-fm/nautilus/files/patch-configure new file mode 100644 index 000000000..4a9390ced --- /dev/null +++ b/x11-fm/nautilus/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig Mon May 14 20:47:58 2007 ++++ configure Mon May 14 20:52:42 2007 +@@ -23611,9 +23611,7 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include <unistd.h> +- #ifdef HAVE_SYS_PARAM_H + #include <sys/param.h> +- #endif + #ifdef HAVE_SYS_VFS_H + #include <sys/vfs.h> + #endif +@@ -23674,9 +23672,7 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include <unistd.h> +- #ifdef HAVE_SYS_PARAM_H + #include <sys/param.h> +- #endif + #ifdef HAVE_SYS_VFS_H + #include <sys/vfs.h> + #endif diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c new file mode 100644 index 000000000..d709dec1e --- /dev/null +++ b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c @@ -0,0 +1,12 @@ +--- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 ++++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 +@@ -89,9 +89,7 @@ + #if HAVE_SYS_VFS_H + #include <sys/vfs.h> + #elif HAVE_SYS_MOUNT_H +-#if HAVE_SYS_PARAM_H + #include <sys/param.h> +-#endif + #include <sys/mount.h> + #endif + |