aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-14 06:19:34 +0800
committerpav <pav@FreeBSD.org>2004-08-14 06:19:34 +0800
commit04922e7f927b8403c7da6c70159def9ba1e49cbd (patch)
tree4d54bc51260f937bee060c010f32988168321bdc /devel/gnomevfs
parent2f910bd3b9a83ea4e3a06f39dd8720f86060d667 (diff)
downloadfreebsd-ports-gnome-04922e7f927b8403c7da6c70159def9ba1e49cbd.tar.gz
freebsd-ports-gnome-04922e7f927b8403c7da6c70159def9ba1e49cbd.tar.zst
freebsd-ports-gnome-04922e7f927b8403c7da6c70159def9ba1e49cbd.zip
- Fix build with gcc-3.4
Diffstat (limited to 'devel/gnomevfs')
-rw-r--r--devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-private-utils.c11
-rw-r--r--devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-process.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-private-utils.c b/devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-private-utils.c
new file mode 100644
index 000000000000..6ba85e4fce80
--- /dev/null
+++ b/devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-private-utils.c
@@ -0,0 +1,11 @@
+--- libgnomevfs/gnome-vfs-private-utils.c.orig Mon Jul 16 20:21:07 2001
++++ libgnomevfs/gnome-vfs-private-utils.c Sat Aug 14 00:00:56 2004
+@@ -263,7 +263,7 @@
+ *
+ * Return value:
+ **/
+-GnomeVFSProcessResult
++GnomeVFSProcessRunResult
+ gnome_vfs_process_run_cancellable (const gchar *file_name,
+ const gchar * const argv[],
+ GnomeVFSProcessOptions options,
diff --git a/devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-process.c b/devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-process.c
new file mode 100644
index 000000000000..8fb98a428944
--- /dev/null
+++ b/devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-process.c
@@ -0,0 +1,11 @@
+--- libgnomevfs/gnome-vfs-process.c.orig Mon Jul 16 20:21:07 2001
++++ libgnomevfs/gnome-vfs-process.c Sat Aug 14 00:13:06 2004
+@@ -258,7 +258,7 @@
+ *
+ * Return value: A numeric value reporting the result of the operation.
+ **/
+-GnomeVFSProcessRunResult
++GnomeVFSProcessResult
+ gnome_vfs_process_signal (GnomeVFSProcess *process,
+ guint signal_number)
+ {