]> git.pld-linux.org Git - packages/gd.git/blob - gd-HAVE_LIBJPEG.patch
- Fix by Jacek Osiecki: s/HAVE_JPEG/HAVE_LIBJPEG/.
[packages/gd.git] / gd-HAVE_LIBJPEG.patch
1 diff -Nur gd-1.8.4.orig/gd_jpeg.c gd-1.8.4/gd_jpeg.c
2 --- gd-1.8.4.orig/gd_jpeg.c  Thu Feb  1 21:23:56 2001
3 +++ gd-1.8.4/gd_jpeg.c  Thu Jun  7 15:27:17 2001
4 @@ -28,7 +28,7 @@
5  #include "gd.h"
6  #include "gdhelpers.h"
7  
8 -#ifdef HAVE_LIBJPEG
9 +#ifdef HAVE_JPEG
10  
11  static const char * const GD_JPEG_VERSION = "1.0";
This page took 0.025259 seconds and 3 git commands to generate.