summaryrefslogtreecommitdiff
path: root/graphics/imlib/files/patch-ab
blob: 3b96717ada1acaaba6cccafc6e1d5f9ca45fb6e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- 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 <tiff34/tiffio.h>
 #endif
 #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	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 <tiff34/tiffio.h>
 #endif
 #ifdef HAVE_LIBGIF
-#include <gif_lib.h>
+#include <giflib/gif_lib.h>
 #endif
 
 #define BYTE_ORD_24_RGB 0