From 5586aeed5d17517625b0b4ebb1cb704ad12be1ac Mon Sep 17 00:00:00 2001 From: perky Date: Sat, 14 Aug 2004 05:17:02 +0000 Subject: Fix build for gcc 3.4. Spotted by: kris --- graphics/py-gdchart/files/patch-gdc_py.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/py-gdchart/files/patch-gdc_py.c b/graphics/py-gdchart/files/patch-gdc_py.c index ac1a1c7ee65b..40b1bb0f34d5 100644 --- a/graphics/py-gdchart/files/patch-gdc_py.c +++ b/graphics/py-gdchart/files/patch-gdc_py.c @@ -1,5 +1,5 @@ --- gdc_py.c.orig Mon Feb 25 19:36:07 2002 -+++ gdc_py.c Thu Jul 18 14:52:48 2002 ++++ gdc_py.c Sat Aug 14 14:16:15 2004 @@ -26,6 +26,9 @@ #include #include @@ -10,3 +10,12 @@ #include "Python.h" #include "cStringIO.h" +@@ -1327,8 +1330,6 @@ + } + break; + } +- +- default: + + } // switch + opt++; -- cgit