From ef5bb06405192435521d2f9095924b438e182ff6 Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 12 Apr 2000 11:29:34 +0000 Subject: [PATCH] - change "" to <> in #include to libjpeg headers files in jpeglib.h. Changed files: libjpeg-include.patch -> 1.1 --- libjpeg-include.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libjpeg-include.patch diff --git a/libjpeg-include.patch b/libjpeg-include.patch new file mode 100644 index 0000000..edd7286 --- /dev/null +++ b/libjpeg-include.patch @@ -0,0 +1,13 @@ +--- jpeg-6b/jpeglib.h ++++ jpeg-6b.new/jpeglib.h +@@ -24 +24 @@ +-#include "jconfig.h" /* widely used configuration options */ ++#include /* widely used configuration options */ +@@ -26 +26 @@ +-#include "jmorecfg.h" /* seldom changed options */ ++#include /* seldom changed options */ +@@ -1092,2 +1092,2 @@ +-#include "jpegint.h" /* fetch private declarations */ +-#include "jerror.h" /* fetch error codes too */ ++#include /* fetch private declarations */ ++#include /* fetch error codes too */ -- 2.43.0