diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-29 21:32:49 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-29 21:32:49 +0000 |
commit | 4b56eb1febd730101b508fc5419bce6b56110f6f (patch) | |
tree | 31f4217f7e95920f44f2b88b08e6e4e5aae54db0 /graphics/imlib/files/patch-ab | |
parent | Activate p5-Gtk. (diff) |
Upgrade to 1.3, and add libgdk_imlib.
Notes
Notes:
svn path=/head/; revision=10766
Diffstat (limited to '')
-rw-r--r-- | graphics/imlib/files/patch-ab | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/graphics/imlib/files/patch-ab b/graphics/imlib/files/patch-ab index e4d371cf75ec..d982f219ffb5 100644 --- a/graphics/imlib/files/patch-ab +++ b/graphics/imlib/files/patch-ab @@ -1,13 +1,28 @@ ---- Imlib_private.h.orig Tue Feb 17 17:27:25 1998 -+++ Imlib_private.h Tue Feb 17 17:28:06 1998 -@@ -42,10 +42,10 @@ +--- Imlib/Imlib_private.h.orig Thu Apr 30 04:23:24 1998 ++++ Imlib/Imlib_private.h Thu Apr 30 04:23:46 1998 +@@ -38,10 +38,10 @@ #include <png.h> #endif - #ifdef BUILTIN_TIFF + #ifdef HAVE_LIBTIFF -#include <tiffio.h> +#include <tiff34/tiffio.h> #endif - #ifdef BUILTIN_GIF + #ifdef HAVE_LIBGIF +-#include <gif_lib.h> ++#include <giflib/gif_lib.h> + #endif + + #define BYTE_ORD_24_RGB 0 +--- gdk_imlib/gdk_imlib_private.h.orig Thu Apr 30 04:34:52 1998 ++++ gdk_imlib/gdk_imlib_private.h Thu Apr 30 04:35:11 1998 +@@ -46,10 +46,10 @@ + #include <png.h> + #endif + #ifdef HAVE_LIBTIFF +-#include <tiffio.h> ++#include <tiff34/tiffio.h> + #endif + #ifdef HAVE_LIBGIF -#include <gif_lib.h> +#include <giflib/gif_lib.h> #endif |