diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 15:37:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 15:37:14 +0000 |
commit | 2cdabcff6e6a72db4cc8f3b54df3a096726b749f (patch) | |
tree | 2a4b5e35b4661047d14b948c714e656da87c281d /graphics/imlib/files | |
parent | 520b63fca340c505238ebc02050d9a0f0350de29 (diff) | |
download | ports-2cdabcff6e6a72db4cc8f3b54df3a096726b749f.tar.gz ports-2cdabcff6e6a72db4cc8f3b54df3a096726b749f.zip |
Notes
Diffstat (limited to 'graphics/imlib/files')
-rw-r--r-- | graphics/imlib/files/patch-ab | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/graphics/imlib/files/patch-ab b/graphics/imlib/files/patch-ab index 4f86d7df5071..a0c0c4d3e541 100644 --- a/graphics/imlib/files/patch-ab +++ b/graphics/imlib/files/patch-ab @@ -1,11 +1,7 @@ ---- Imlib/Imlib_private.h.orig Sat Sep 26 20:58:58 1998 -+++ Imlib/Imlib_private.h Sat Sep 26 20:59:15 1998 -@@ -47,10 +47,10 @@ - #include <png.h> - #endif - #ifdef HAVE_LIBTIFF --#include <tiffio.h> -+#include <tiffio.h> +--- Imlib/Imlib_private.h.orig Sat Sep 19 03:25:18 1998 ++++ Imlib/Imlib_private.h Sun Dec 6 23:09:59 1998 +@@ -50,7 +50,7 @@ + #include <tiffio.h> #endif #ifdef HAVE_LIBGIF -#include <gif_lib.h> @@ -13,14 +9,10 @@ #endif #define BYTE_ORD_24_RGB 0 ---- gdk_imlib/gdk_imlib_private.h.orig Sat Sep 26 20:59:32 1998 -+++ gdk_imlib/gdk_imlib_private.h Sat Sep 26 20:59:47 1998 -@@ -48,10 +48,10 @@ - #include <png.h> - #endif - #ifdef HAVE_LIBTIFF --#include <tiffio.h> -+#include <tiffio.h> +--- gdk_imlib/gdk_imlib_private.h.orig Wed Sep 23 07:02:01 1998 ++++ gdk_imlib/gdk_imlib_private.h Sun Dec 6 23:09:59 1998 +@@ -51,7 +51,7 @@ + #include <tiffio.h> #endif #ifdef HAVE_LIBGIF -#include <gif_lib.h> |