mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
31 lines
694 B
Plaintext
31 lines
694 B
Plaintext
--- 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
|