diff options
Diffstat (limited to 'graphics/py-gdchart/files/patch-gdc_py.c')
-rw-r--r-- | graphics/py-gdchart/files/patch-gdc_py.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/py-gdchart/files/patch-gdc_py.c b/graphics/py-gdchart/files/patch-gdc_py.c deleted file mode 100644 index 40b1bb0f34d5..000000000000 --- a/graphics/py-gdchart/files/patch-gdc_py.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gdc_py.c.orig Mon Feb 25 19:36:07 2002 -+++ gdc_py.c Sat Aug 14 14:16:15 2004 -@@ -26,6 +26,9 @@ - #include <stdio.h> - #include <string.h> - #include <assert.h> -+#include <limits.h> -+#define MAXSHORT SHRT_MAX -+#define HAVE_JPEG 1 - - #include "Python.h" - #include "cStringIO.h" -@@ -1327,8 +1330,6 @@ - } - break; - } -- -- default: - - } // switch - opt++; |