mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
23 lines
524 B
Plaintext
23 lines
524 B
Plaintext
--- Imlib/Imlib_private.h.orig Wed Dec 16 11:13:56 1998
|
|
+++ Imlib/Imlib_private.h Thu Dec 24 06:01:57 1998
|
|
@@ -56,7 +56,7 @@
|
|
#include <tiffio.h>
|
|
#endif
|
|
#ifdef HAVE_LIBGIF
|
|
-#include <gif_lib.h>
|
|
+#include <giflib/gif_lib.h>
|
|
#endif
|
|
|
|
#define BYTE_ORD_24_RGB 0
|
|
--- gdk_imlib/io-gif.c.orig Wed Jan 13 05:56:51 1999
|
|
+++ gdk_imlib/io-gif.c Thu Jan 14 18:12:05 1999
|
|
@@ -8,7 +8,7 @@
|
|
return NULL;
|
|
}
|
|
#else
|
|
-#include <gif_lib.h>
|
|
+#include <giflib/gif_lib.h>
|
|
|
|
unsigned char *
|
|
loader_gif(FILE *f, int *w, int *h, int *t)
|