From e497906508084a5501f27a53a8ec0f23aa446e5b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 18 Jun 2000 10:00:08 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'. --- graphics/jpeg-mmx/files/patch-ae | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 graphics/jpeg-mmx/files/patch-ae (limited to 'graphics/jpeg-mmx/files/patch-ae') diff --git a/graphics/jpeg-mmx/files/patch-ae b/graphics/jpeg-mmx/files/patch-ae deleted file mode 100644 index 5004e6cd3040..000000000000 --- a/graphics/jpeg-mmx/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- rdjpgcom.c.orig Sat Oct 11 18:41:04 1997 -+++ rdjpgcom.c Mon Apr 24 16:04:13 2000 -@@ -14,6 +14,7 @@ - #define JPEG_CJPEG_DJPEG /* to get the command-line config symbols */ - #include "jinclude.h" /* get auto-config symbols, */ - -+#include /* to declare setlocale() */ - #include /* to declare isupper(), tolower() */ - #ifdef USE_SETMODE - #include /* to declare setmode()'s parameter macros */ -@@ -231,6 +232,7 @@ - ERREXIT("Erroneous JPEG marker length"); - length -= 2; - -+ setlocale(LC_ALL, ""); - while (length > 0) { - ch = read_1_byte(); - /* Emit the character in a readable form. -- cgit v1.2.3