diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-02-11 23:54:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-02-11 23:54:38 +0000 |
commit | b98498256703c1377f25a7a4689a453a08eb6863 (patch) | |
tree | 38bedda1716718c249ab82adb5919de6e791b2a4 /x11-libs/rep-gtk/files | |
parent | Added hppa to keywords. (diff) | |
download | gentoo-2-b98498256703c1377f25a7a4689a453a08eb6863.tar.gz gentoo-2-b98498256703c1377f25a7a4689a453a08eb6863.tar.bz2 gentoo-2-b98498256703c1377f25a7a4689a453a08eb6863.zip |
Added patch to prevent segfaults on Alpha
Diffstat (limited to 'x11-libs/rep-gtk/files')
-rw-r--r-- | x11-libs/rep-gtk/files/digest-rep-gtk-0.17-r1 | 1 | ||||
-rw-r--r-- | x11-libs/rep-gtk/files/rep-gtk-0.17-64bit.patch | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-libs/rep-gtk/files/digest-rep-gtk-0.17-r1 b/x11-libs/rep-gtk/files/digest-rep-gtk-0.17-r1 new file mode 100644 index 000000000000..e514e4a824c6 --- /dev/null +++ b/x11-libs/rep-gtk/files/digest-rep-gtk-0.17-r1 @@ -0,0 +1 @@ +MD5 0a7b4589f14ad89360863593f77232cf rep-gtk-0.17.tar.gz 14098 diff --git a/x11-libs/rep-gtk/files/rep-gtk-0.17-64bit.patch b/x11-libs/rep-gtk/files/rep-gtk-0.17-64bit.patch new file mode 100644 index 000000000000..133f7bc4909a --- /dev/null +++ b/x11-libs/rep-gtk/files/rep-gtk-0.17-64bit.patch @@ -0,0 +1,24 @@ +--- rep-gtk-0.17/rep-gtk.c 2002-03-16 01:34:49.000000000 -0500 ++++ rep-gtk-0.17.new/rep-gtk.c 2003-02-11 16:13:20.000000000 -0500 +@@ -684,8 +684,8 @@ + return handle; + } + +-int +-sgtk_is_a_gobj (guint type, repv obj) ++GtkType ++sgtk_is_a_gobj (GtkType type, repv obj) + { + if (!GOBJP (obj) || !G_IS_OBJECT (GOBJ_PROXY(obj)->obj)) + { +--- rep-gtk-0.17/rep-gtk.h 2002-02-13 02:50:27.000000000 -0500 ++++ rep-gtk-0.17.new/rep-gtk.h 2003-02-11 16:13:47.000000000 -0500 +@@ -105,7 +105,7 @@ + repv sgtk_fd_to_rep (int fd); + + repv sgtk_wrap_gobj (GObject *obj); +-int sgtk_is_a_gobj (guint type, repv obj); ++GtkType sgtk_is_a_gobj (GtkType type, repv obj); + GObject *sgtk_get_gobj (repv obj); + + /* compatibility */ |