summaryrefslogtreecommitdiff
path: root/chat/gaim/patches
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2002-07-19 05:13:33 +0000
committermycroft <mycroft@pkgsrc.org>2002-07-19 05:13:33 +0000
commit4cb01199ed9ef0174c4a49b003e9e1880b2c4986 (patch)
tree7182d3985414740c007eaac7fd2a8866a4bc027f /chat/gaim/patches
parentc78670e7fb1655212960a850acf4785542b9ca7e (diff)
downloadpkgsrc-4cb01199ed9ef0174c4a49b003e9e1880b2c4986.tar.gz
Clean up the `Perl_sv_2pv' warnings on LP64.
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r--chat/gaim/patches/patch-ab94
1 files changed, 94 insertions, 0 deletions
diff --git a/chat/gaim/patches/patch-ab b/chat/gaim/patches/patch-ab
new file mode 100644
index 00000000000..ed309a6e957
--- /dev/null
+++ b/chat/gaim/patches/patch-ab
@@ -0,0 +1,94 @@
+$NetBSD: patch-ab,v 1.1 2002/07/19 05:13:35 mycroft Exp $
+
+--- src/perl.c.orig Fri May 31 05:13:02 2002
++++ src/perl.c Fri Jul 19 05:07:30 2002
+@@ -289,7 +289,7 @@
+ XS (XS_GAIM_register)
+ {
+ char *name, *ver, *callback, *unused; /* exactly like X-Chat, eh? :) */
+- unsigned int junk;
++ STRLEN junk;
+ struct perlscript *scp;
+ dXSARGS;
+ items = 0;
+@@ -400,7 +400,7 @@
+ {
+ char *title;
+ char *message;
+- unsigned int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -468,7 +468,7 @@
+
+ XS (XS_GAIM_command)
+ {
+- unsigned int junk;
++ STRLEN junk;
+ char *command = NULL;
+ dXSARGS;
+ items = 0;
+@@ -520,7 +520,7 @@
+ XS (XS_GAIM_user_info)
+ {
+ struct gaim_connection *gc;
+- unsigned int junk;
++ STRLEN junk;
+ struct buddy *buddy = NULL;
+ dXSARGS;
+ items = 0;
+@@ -546,7 +546,7 @@
+ {
+ char *nick, *who, *what;
+ struct conversation *c;
+- int junk;
++ STRLEN junk;
+ int send, wflags;
+ dXSARGS;
+ items = 0;
+@@ -578,7 +578,7 @@
+ struct gaim_connection *gc;
+ char *nick, *what;
+ int isauto;
+- int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -601,7 +601,7 @@
+ char *nick, *what;
+ int isauto;
+ struct conversation *c;
+- unsigned int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -631,7 +631,7 @@
+ char *what;
+ struct conversation *b = NULL;
+ GSList *bcs;
+- unsigned int junk;
++ STRLEN junk;
+ dXSARGS;
+ items = 0;
+
+@@ -797,7 +797,7 @@
+
+ XS (XS_GAIM_add_event_handler)
+ {
+- unsigned int junk;
++ STRLEN junk;
+ struct _perl_event_handlers *handler;
+ dXSARGS;
+ items = 0;
+@@ -824,7 +824,7 @@
+
+ XS (XS_GAIM_add_timeout_handler)
+ {
+- unsigned int junk;
++ STRLEN junk;
+ long timeout;
+ struct _perl_timeout_handlers *handler;
+ dXSARGS;