summaryrefslogtreecommitdiff
path: root/graphics/imlib/files/patch-ab
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-11-25 05:06:28 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-11-25 05:06:28 +0000
commitd57d33c65548773bf1859e72b5505ce398a739ca (patch)
treea656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/imlib/files/patch-ab
parentUpgrade to v2.3.3. (diff)
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Notes
Notes: svn path=/head/; revision=14889
Diffstat (limited to '')
-rw-r--r--graphics/imlib/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/files/patch-ab b/graphics/imlib/files/patch-ab
index 3b96717ada1a..4f86d7df5071 100644
--- a/graphics/imlib/files/patch-ab
+++ b/graphics/imlib/files/patch-ab
@@ -5,7 +5,7 @@
#endif
#ifdef HAVE_LIBTIFF
-#include <tiffio.h>
-+#include <tiff34/tiffio.h>
++#include <tiffio.h>
#endif
#ifdef HAVE_LIBGIF
-#include <gif_lib.h>
@@ -20,7 +20,7 @@
#endif
#ifdef HAVE_LIBTIFF
-#include <tiffio.h>
-+#include <tiff34/tiffio.h>
++#include <tiffio.h>
#endif
#ifdef HAVE_LIBGIF
-#include <gif_lib.h>