pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ploticus/patches Make this compile with gcc4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61c9929cf0f1
branches:  trunk
changeset: 517786:61c9929cf0f1
user:      jdc <jdc%pkgsrc.org@localhost>
date:      Tue Aug 22 20:51:44 2006 +0000

description:
Make this compile with gcc4.

diffstat:

 graphics/ploticus/patches/patch-ab |  22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r fed47f83e705 -r 61c9929cf0f1 graphics/ploticus/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ploticus/patches/patch-ab        Tue Aug 22 20:51:44 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.3 2006/08/22 20:51:44 jdc Exp $
+
+--- gd16.c.orig        2001-07-12 15:24:23.000000000 +0100
++++ gd16.c     2006-08-22 21:15:41.000000000 +0100
+@@ -1477,7 +1477,7 @@
+       return cmpStatus;
+ }
+ 
+-int cost[] = {
++static int cost[] = {
+   1024,
+   1023,
+   1023,
+@@ -1840,7 +1840,7 @@
+   1023
+ };
+ 
+-int sint[] = {
++static int sint[] = {
+   0,
+   17,
+   35,



Home | Main Index | Thread Index | Old Index