summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-07 23:04:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-07 23:04:44 +0800
commitaded1d88c143c9796a799ff38f2a17280d2a3eba (patch)
tree31e37fe66e3948d22ad330d4a32f0c1e4553ea08 /devel/gnome-vfs/files
parent8d4b88c64bbd1d351b01d05455627e0482526147 (diff)
downloadmarcuscom-ports-aded1d88c143c9796a799ff38f2a17280d2a3eba.tar
marcuscom-ports-aded1d88c143c9796a799ff38f2a17280d2a3eba.tar.gz
marcuscom-ports-aded1d88c143c9796a799ff38f2a17280d2a3eba.tar.bz2
marcuscom-ports-aded1d88c143c9796a799ff38f2a17280d2a3eba.tar.lz
marcuscom-ports-aded1d88c143c9796a799ff38f2a17280d2a3eba.tar.xz
marcuscom-ports-aded1d88c143c9796a799ff38f2a17280d2a3eba.tar.zst
marcuscom-ports-aded1d88c143c9796a799ff38f2a17280d2a3eba.zip
Update to 2.16.1, and attempt to fix the symbol conflict therein. All
future gnome-vfs MIME crashes should be reported to me before Bugzilla. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7607 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.h
new file mode 100644
index 000000000..218578c25
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.h
@@ -0,0 +1,17 @@
+--- libgnomevfs/xdgmime.h.orig Sat Oct 7 10:42:32 2006
++++ libgnomevfs/xdgmime.h Sat Oct 7 11:01:57 2006
+@@ -52,11 +52,14 @@ typedef void (*XdgMimeDestroy) (void *u
+ #define xdg_mime_get_mime_type_from_file_name XDG_ENTRY(get_mime_type_from_file_name)
+ #define xdg_mime_is_valid_mime_type XDG_ENTRY(is_valid_mime_type)
+ #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal)
++#define _xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal_p)
+ #define xdg_mime_media_type_equal XDG_ENTRY(media_type_equal)
+ #define xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass)
++#define _xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass_p)
+ #define xdg_mime_get_mime_parents XDG_ENTRY(get_mime_parents)
+ #define xdg_mime_list_mime_parents XDG_ENTRY(list_mime_parents)
+ #define xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type)
++#define _xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type_p)
+ #define xdg_mime_get_max_buffer_extents XDG_ENTRY(get_max_buffer_extents)
+ #define xdg_mime_shutdown XDG_ENTRY(shutdown)
+ #define xdg_mime_dump XDG_ENTRY(dump)