mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
--- configure.orig Wed Sep 23 23:37:33 1998
|
|
+++ configure Sat Sep 26 22:02:01 1998
|
|
@@ -6129,16 +6129,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:6135: 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:6135: 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 6140 "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:6145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
@@ -6209,16 +6209,16 @@
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
echo "$ac_t""yes" 1>&6
|
|
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
|
-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
|
-echo "configure:6215: checking for gif_lib.h" >&5
|
|
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
|
+echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
|
|
+echo "configure:6215: checking for giflib/gif_lib.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 6220 "configure"
|
|
#include "confdefs.h"
|
|
-#include <gif_lib.h>
|
|
+#include <giflib/gif_lib.h>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
{ (eval echo configure:6225: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
@@ -6842,7 +6842,7 @@
|
|
GNOME_LIBDIR='-L${libdir}'
|
|
GNOME_INCLUDEDIR='-I${includedir}'
|
|
if test "$need_gnome_support" = yes; then
|
|
- GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR -DNEED_GNOMESUPPORT_H -I\${pkglibdir}/include"
|
|
+ GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR -DNEED_GNOMESUPPORT_H"
|
|
fi
|
|
|
|
|