diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | d57d33c65548773bf1859e72b5505ce398a739ca (patch) | |
tree | a656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/imlib/files | |
parent | d9b79d68f5e5a44544bb56a3d789382674806261 (diff) |
Notes
Diffstat (limited to 'graphics/imlib/files')
-rw-r--r-- | graphics/imlib/files/patch-aa | 21 | ||||
-rw-r--r-- | graphics/imlib/files/patch-ab | 4 |
2 files changed, 2 insertions, 23 deletions
diff --git a/graphics/imlib/files/patch-aa b/graphics/imlib/files/patch-aa index f4eeb1fb5bfd..baa16c3006da 100644 --- a/graphics/imlib/files/patch-aa +++ b/graphics/imlib/files/patch-aa @@ -144,27 +144,6 @@ echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:1844: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. -@@ -3773,16 +3636,16 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 --echo "configure:3779: checking for tiffio.h" >&5 -+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6 -+echo "configure:3779: checking for tiff34/tiffio.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 3784 "configure" - #include "confdefs.h" --#include <tiffio.h> -+#include <tiff34/tiffio.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } @@ -3821,16 +3684,16 @@ 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> |