From: Jakub Bogusz Date: Sat, 28 Apr 2001 15:05:07 +0000 (+0000) Subject: - remove HAVE_STD{DEF,LIB}_H defines from jconfig.h X-Git-Tag: RA-1_0 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-libjpeg.git;a=commitdiff_plain;h=refs%2Ftags%2Flibjpeg-6b-18 - remove HAVE_STD{DEF,LIB}_H defines from jconfig.h (they might generate warnings confusing autoconf) - fixed c++ patch - release 18 Changed files: libjpeg-c++.patch -> 1.2 --- diff --git a/libjpeg-c++.patch b/libjpeg-c++.patch index 81dcc39..3e4166a 100644 --- a/libjpeg-c++.patch +++ b/libjpeg-c++.patch @@ -13,8 +13,8 @@ * installation of the JPEG library is set up. jconfig.h can be @@ -1091,6 +1095,10 @@ #ifdef JPEG_INTERNALS - #include "jpegint.h" /* fetch private declarations */ - #include "jerror.h" /* fetch error codes too */ + #include /* fetch private declarations */ + #include /* fetch error codes too */ +#endif + +#ifdef __cplusplus