]> git.pld-linux.org Git - packages/crossmingw32-libjpeg.git/blame - libjpeg-include.patch
- pass -no-undefined when making shared lib
[packages/crossmingw32-libjpeg.git] / libjpeg-include.patch
CommitLineData
ef5bb064 1--- jpeg-6b/jpeglib.h
2+++ jpeg-6b.new/jpeglib.h
3@@ -24 +24 @@
4-#include "jconfig.h" /* widely used configuration options */
5+#include <jconfig.h> /* widely used configuration options */
6@@ -26 +26 @@
7-#include "jmorecfg.h" /* seldom changed options */
8+#include <jmorecfg.h> /* seldom changed options */
9@@ -1092,2 +1092,2 @@
10-#include "jpegint.h" /* fetch private declarations */
11-#include "jerror.h" /* fetch error codes too */
12+#include <jpegint.h> /* fetch private declarations */
13+#include <jerror.h> /* fetch error codes too */
This page took 0.032176 seconds and 4 git commands to generate.