summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-15 09:06:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-15 09:06:39 +0800
commit25665b236a24fb9f327eb8778132169d600de89d (patch)
treed838d47d195a16b929377e2b14390a357f088a0a /x11-fm/nautilus/files
parent8e8c4de5813c7443d1ecc29c21af3cc4a93ae5c3 (diff)
downloadmarcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.gz
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.bz2
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.lz
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.xz
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.zst
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.zip
Update to 2.19.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8854 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/files')
-rw-r--r--x11-fm/nautilus/files/patch-configure22
-rw-r--r--x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c12
2 files changed, 34 insertions, 0 deletions
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
+