aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-08-14 05:17:02 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-08-14 05:17:02 +0000
commit3d6912db85033de19e137588db6893b0c72a600a (patch)
tree2fb2ca1a68f0880dc07446ccb0692fbd8d640039 /graphics/py-gdchart
parent178aa4f45153bddbd1a64f6ae41a8564dcfc484b (diff)
downloadports-3d6912db85033de19e137588db6893b0c72a600a.tar.gz
ports-3d6912db85033de19e137588db6893b0c72a600a.zip
Fix build for gcc 3.4.
Spotted by: kris
Notes
Notes: svn path=/head/; revision=116168
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r--graphics/py-gdchart/files/patch-gdc_py.c11
1 files changed, 10 insertions, 1 deletions
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 <stdio.h>
#include <string.h>
@@ -10,3 +10,12 @@
#include "Python.h"
#include "cStringIO.h"
+@@ -1327,8 +1330,6 @@
+ }
+ break;
+ }
+-
+- default:
+
+ } // switch
+ opt++;