summaryrefslogtreecommitdiff
path: root/chat/xchat-systray-integration
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-08-01 17:27:26 +0000
committerkristerw <kristerw@pkgsrc.org>2004-08-01 17:27:26 +0000
commit4f2a01f4b7baa1fb3642a1e246c5a9e351da9863 (patch)
treefbd5f24c274f90f10906f29ad5effa9086761f00 /chat/xchat-systray-integration
parentb767310f0971a915fe7be4b3310bc4ffb1a08a72 (diff)
downloadpkgsrc-4f2a01f4b7baa1fb3642a1e246c5a9e351da9863.tar.gz
Convert some C99-isms to C89 to make this build with gcc 2.95.
Diffstat (limited to 'chat/xchat-systray-integration')
-rw-r--r--chat/xchat-systray-integration/distinfo3
-rw-r--r--chat/xchat-systray-integration/patches/patch-ab17
2 files changed, 19 insertions, 1 deletions
diff --git a/chat/xchat-systray-integration/distinfo b/chat/xchat-systray-integration/distinfo
index 9b4d2b8d0a5..56d9154e996 100644
--- a/chat/xchat-systray-integration/distinfo
+++ b/chat/xchat-systray-integration/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/06/07 06:12:16 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/08/01 17:27:26 kristerw Exp $
SHA1 (xchat-systray-integration-2.4.5-src.tar.gz) = d7bad0f60c1944ce385e5799eb08a45a081365ab
Size (xchat-systray-integration-2.4.5-src.tar.gz) = 57953 bytes
SHA1 (patch-aa) = bbe8568fa41a7a4b3f6929a3a58251ab3e133d72
+SHA1 (patch-ab) = c10c4125ea9d4f2555ec5b695746742577531487
diff --git a/chat/xchat-systray-integration/patches/patch-ab b/chat/xchat-systray-integration/patches/patch-ab
new file mode 100644
index 00000000000..9940f7ff143
--- /dev/null
+++ b/chat/xchat-systray-integration/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2004/08/01 17:27:26 kristerw Exp $
+
+--- src/systray.c.orig Sun Aug 1 19:22:35 2004
++++ src/systray.c Sun Aug 1 19:23:05 2004
+@@ -123,10 +123,10 @@
+ // events handling
+ void tray_init_xchat(void)
+ {
+- initialize_shared_vars();
+- //show warning if version is too old
+ const char *str;
+ int i;
++ initialize_shared_vars();
++ //show warning if version is too old
+ if (xchat_get_prefs (ph, "away_size_max", &str, &i) == 0)
+ version_warning();
+