diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 22:19:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 22:19:34 +0000 |
commit | 2f465d9d2597641dad70b7ea48351e69502a7c4e (patch) | |
tree | 83b3cfa9b265e71e1cd86970313d02cdabd2a15b /devel | |
parent | Update to 0.13.5. (diff) |
- Fix build with gcc-3.4
Notes
Notes:
svn path=/head/; revision=116150
Diffstat (limited to 'devel')
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c b/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c new file mode 100644 index 000000000000..6ba85e4fce80 --- /dev/null +++ b/devel/gnome-vfs1/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/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c b/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c new file mode 100644 index 000000000000..8fb98a428944 --- /dev/null +++ b/devel/gnome-vfs1/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) + { 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) + { |