From 5542fb07f616ccd8d0bc1548ccdb9696e97743df Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 28 Apr 2001 15:05:07 +0000 Subject: [PATCH] - 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 --- libjpeg-c++.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0