]> git.pld-linux.org Git - packages/gd.git/commitdiff
- Patch by Jacek Osiecki <joshua@ceti.pl> correcting conditional building of
authormkochano <mkochano@pld-linux.org>
Tue, 12 Jun 2001 08:40:24 +0000 (08:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  JPEG routines. Originally if libjpeg is found HAVE_JPEG symbol is defined,
  but later HAVE_LIBJPEG is referenced. This patch changes #ifdef
  HAVE_LIBJPEG into #ifdef HAVE_JPEG.

Changed files:
    gd-HAVE_LIBJPEG.patch -> 1.1

gd-HAVE_LIBJPEG.patch [new file with mode: 0644]

diff --git a/gd-HAVE_LIBJPEG.patch b/gd-HAVE_LIBJPEG.patch
new file mode 100644 (file)
index 0000000..e3e5dea
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Nur gd-1.8.4.orig/gd_jpeg.c gd-1.8.4/gd_jpeg.c
+--- gd-1.8.4.orig/gd_jpeg.c  Thu Feb  1 21:23:56 2001
++++ gd-1.8.4/gd_jpeg.c  Thu Jun  7 15:27:17 2001
+@@ -28,7 +28,7 @@
+ #include "gd.h"
+ #include "gdhelpers.h"
+-#ifdef HAVE_LIBJPEG
++#ifdef HAVE_JPEG
+ static const char * const GD_JPEG_VERSION = "1.0";
This page took 0.095953 seconds and 4 git commands to generate.