1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/imlib/files/patch-ab

31 lines
694 B
Plaintext
Raw Normal View History

1998-04-29 21:32:49 +00:00
--- 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 @@
1997-12-01 16:29:54 +00:00
#include <png.h>
#endif
1998-04-29 21:32:49 +00:00
#ifdef HAVE_LIBTIFF
1997-12-01 16:29:54 +00:00
-#include <tiffio.h>
+#include <tiff34/tiffio.h>
#endif
1998-04-29 21:32:49 +00:00
#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
1997-12-01 16:29:54 +00:00
#define BYTE_ORD_24_RGB 0