diff options
author | pav <pav@FreeBSD.org> | 2004-08-14 06:19:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-14 06:19:34 +0800 |
commit | 04922e7f927b8403c7da6c70159def9ba1e49cbd (patch) | |
tree | 4d54bc51260f937bee060c010f32988168321bdc /devel/gnomevfs | |
parent | 2f910bd3b9a83ea4e3a06f39dd8720f86060d667 (diff) | |
download | freebsd-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.c | 11 | ||||
-rw-r--r-- | devel/gnomevfs/files/patch-libgnomevfs-gnome-vfs-process.c | 11 |
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) + { |