summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-thunar/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 15:37:43 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 15:37:43 +0000
commit227c288b10666fdf599b7587259bd39e830a8d18 (patch)
tree41346ab193ed3f0d7ab3d20f56adc6309098c977 /sysutils/xfce4-thunar/patches
parent7af64c3df4c7aaae9c3449547b17ef9e59a52b3d (diff)
downloadpkgsrc-227c288b10666fdf599b7587259bd39e830a8d18.tar.gz
Fix build on AMD64 by avoiding text relocations. Bump revisions.
Diffstat (limited to 'sysutils/xfce4-thunar/patches')
-rw-r--r--sysutils/xfce4-thunar/patches/patch-aa40
1 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/xfce4-thunar/patches/patch-aa b/sysutils/xfce4-thunar/patches/patch-aa
new file mode 100644
index 00000000000..2ee0d023017
--- /dev/null
+++ b/sysutils/xfce4-thunar/patches/patch-aa
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.3 2008/06/20 15:37:43 joerg Exp $
+
+--- thunar-vfs/thunar-vfs-marshal.h.orig 2007-12-02 13:48:10.000000000 +0000
++++ thunar-vfs/thunar-vfs-marshal.h
+@@ -12,7 +12,7 @@ extern void _thunar_vfs_marshal_BOOLEAN_
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+- gpointer marshal_data) G_GNUC_INTERNAL;
++ gpointer marshal_data);
+
+ /* FLAGS:BOXED,BOXED (thunar-vfs-marshal.list:2) */
+ extern void _thunar_vfs_marshal_FLAGS__BOXED_BOXED (GClosure *closure,
+@@ -20,7 +20,7 @@ extern void _thunar_vfs_marshal_FLAGS__B
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+- gpointer marshal_data) G_GNUC_INTERNAL;
++ gpointer marshal_data);
+
+ /* FLAGS:STRING,FLAGS (thunar-vfs-marshal.list:3) */
+ extern void _thunar_vfs_marshal_FLAGS__STRING_FLAGS (GClosure *closure,
+@@ -28,7 +28,7 @@ extern void _thunar_vfs_marshal_FLAGS__S
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+- gpointer marshal_data) G_GNUC_INTERNAL;
++ gpointer marshal_data);
+
+ /* VOID:UINT64,UINT,UINT,UINT (thunar-vfs-marshal.list:4) */
+ extern void _thunar_vfs_marshal_VOID__UINT64_UINT_UINT_UINT (GClosure *closure,
+@@ -36,7 +36,7 @@ extern void _thunar_vfs_marshal_VOID__UI
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+- gpointer marshal_data) G_GNUC_INTERNAL;
++ gpointer marshal_data);
+
+ G_END_DECLS
+