pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rdp Make this package compile when using gcc 3.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c61c16cabccf
branches:  trunk
changeset: 475724:c61c16cabccf
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon May 24 09:36:48 2004 +0000

description:
Make this package compile when using gcc 3.3.

diffstat:

 devel/rdp/distinfo         |   3 ++-
 devel/rdp/patches/patch-ab |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 1f773763ef88 -r c61c16cabccf devel/rdp/distinfo
--- a/devel/rdp/distinfo        Mon May 24 09:10:06 2004 +0000
+++ b/devel/rdp/distinfo        Mon May 24 09:36:48 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:44 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/05/24 09:36:48 kristerw Exp $
 
 SHA1 (rdp1_5.zip) = 05a450d95aa306231a5762ddc292894f8b0c63f8
 Size (rdp1_5.zip) = 1234919 bytes
 SHA1 (patch-aa) = b424b87f71057c81a9d125cd063568ace051ec30
+SHA1 (patch-ab) = e4a44c122221196147b9dd16d59fac6da09f2e67
diff -r 1f773763ef88 -r c61c16cabccf devel/rdp/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rdp/patches/patch-ab        Mon May 24 09:36:48 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2004/05/24 09:36:48 kristerw Exp $
+
+--- rdp_supp/scanner.c.orig    2004-05-24 11:33:39.000000000 +0200
++++ rdp_supp/scanner.c 2004-05-24 11:34:14.000000000 +0200
+@@ -16,8 +16,8 @@
+ #include "scan.h"
+ 
+ extern void * scan_table; 
+-static last_line_number = 0; 
+-static last_column = 0; 
++static int last_line_number = 0; 
++static int last_column = 0; 
+ 
+ unsigned long scan_column_number(void)
+ {



Home | Main Index | Thread Index | Old Index