diff options
author | tron <tron@pkgsrc.org> | 2008-10-17 11:03:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-10-17 11:03:43 +0000 |
commit | ee79849b4c7ebfa75f3e990c790910e9b64036a6 (patch) | |
tree | da149aed2a5e31a0b00b347c13c34bd18bb5c8c9 /chat | |
parent | 8ff130af95b0b38a732f89f6251c1cff0c181521 (diff) | |
download | pkgsrc-ee79849b4c7ebfa75f3e990c790910e9b64036a6.tar.gz |
Fix build with GTK+ 2.13.* and newer.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/distinfo | 3 | ||||
-rw-r--r-- | chat/xchat/patches/patch-ac | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index 01e7e6b3e09..7b1dfc3fd60 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.39 2008/08/22 06:37:39 tron Exp $ +$NetBSD: distinfo,v 1.40 2008/10/17 11:03:43 tron Exp $ SHA1 (xc286-smallfixes.diff) = b13eb421f6d72fca195b398c606d9413aec57fc4 RMD160 (xc286-smallfixes.diff) = 91c654320b7b1f9d6b13f7b226fb4cec26054319 @@ -8,3 +8,4 @@ RMD160 (xchat-2.8.6.tar.bz2) = bc199e3b58a9db3dfd9f2af6bac7fb6162c53d6e Size (xchat-2.8.6.tar.bz2) = 1423645 bytes SHA1 (patch-aa) = 99ec48125bc394745b5e5d0d8ebd8323d1aca4af SHA1 (patch-ab) = 109d61363f040d4f9716b6698a002b804847da33 +SHA1 (patch-ac) = 79530959fffa5271cc83aadd32d8340a3e6f27f6 diff --git a/chat/xchat/patches/patch-ac b/chat/xchat/patches/patch-ac new file mode 100644 index 00000000000..510d7ef00db --- /dev/null +++ b/chat/xchat/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.6 2008/10/17 11:03:43 tron Exp $ + +Fix build with GTK+ 2.13.* and newer. Patch taken from this bug report: + +http://sourceforge.net/tracker/index.php?func=detail&aid=2070689&group_id=239&atid=100239 + +--- src/fe-gtk/xtext.h.orig 2008-02-24 04:48:02.000000000 +0000 ++++ src/fe-gtk/xtext.h 2008-10-17 11:54:59.000000000 +0100 +@@ -270,6 +270,6 @@ + xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext); + void gtk_xtext_buffer_free (xtext_buffer *buf); + void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render); +-GtkType gtk_xtext_get_type (void); ++GType gtk_xtext_get_type (void); + + #endif |