diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 15:37:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 15:37:43 +0000 |
commit | 227c288b10666fdf599b7587259bd39e830a8d18 (patch) | |
tree | 41346ab193ed3f0d7ab3d20f56adc6309098c977 /sysutils | |
parent | 7af64c3df4c7aaae9c3449547b17ef9e59a52b3d (diff) | |
download | pkgsrc-227c288b10666fdf599b7587259bd39e830a8d18.tar.gz |
Fix build on AMD64 by avoiding text relocations. Bump revisions.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-thunar/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-thunar/distinfo | 3 | ||||
-rw-r--r-- | sysutils/xfce4-thunar/patches/patch-aa | 40 |
3 files changed, 44 insertions, 3 deletions
diff --git a/sysutils/xfce4-thunar/Makefile b/sysutils/xfce4-thunar/Makefile index 1a3659f3d88..fdc50b220db 100644 --- a/sysutils/xfce4-thunar/Makefile +++ b/sysutils/xfce4-thunar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/12/07 19:43:22 martti Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/20 15:37:43 joerg Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -6,7 +6,7 @@ XFCE4_VERSION= 0.9.0 DISTNAME= Thunar-${XFCE4_VERSION} PKGNAME= xfce4-thunar-${XFCE4_VERSION} -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= sysutils COMMENT= Xfce file manager diff --git a/sysutils/xfce4-thunar/distinfo b/sysutils/xfce4-thunar/distinfo index b0b8bc65609..ed38e7754f8 100644 --- a/sysutils/xfce4-thunar/distinfo +++ b/sysutils/xfce4-thunar/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2007/12/07 19:43:23 martti Exp $ +$NetBSD: distinfo,v 1.4 2008/06/20 15:37:43 joerg Exp $ SHA1 (Thunar-0.9.0.tar.bz2) = fd4625d58e28006087d5a35004483a953184e4fe RMD160 (Thunar-0.9.0.tar.bz2) = ebb744aa107d4def06c8c805ee6936d1acf2d4d7 Size (Thunar-0.9.0.tar.bz2) = 6403785 bytes +SHA1 (patch-aa) = c9d9dfb4c177aab2e8a43e46998652cc72daefa5 SHA1 (patch-ab) = e0639e587b2686b7c28afcacc578e55950351aee 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 + |