2001-02-04 23:01:32 +01:00
|
|
|
|
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
--- configure.orig Sun Feb 4 21:49:31 2001
|
|
|
|
+++ configure Sun Feb 4 21:52:15 2001
|
|
|
|
@@ -3694,16 +3694,16 @@
|
2000-06-15 12:48:01 +02:00
|
|
|
{ echo "configure: error: **** Cannot find stat.h ****" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
|
|
|
-ac_safe=`echo "sys/dir.h" | sed 'y%./+-%__p_%'`
|
|
|
|
-echo $ac_n "checking for sys/dir.h""... $ac_c" 1>&6
|
2001-02-04 23:01:32 +01:00
|
|
|
-echo "configure:3700: checking for sys/dir.h" >&5
|
2000-06-15 12:48:01 +02:00
|
|
|
+ac_safe=`echo "dirent.h" | sed 'y%./+-%__p_%'`
|
|
|
|
+echo $ac_n "checking for dirent.h""... $ac_c" 1>&6
|
2001-02-04 23:01:32 +01:00
|
|
|
+echo "configure:3700: checking for dirent.h" >&5
|
2000-06-15 12:48:01 +02:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
2001-02-04 23:01:32 +01:00
|
|
|
else
|
2000-06-15 12:48:01 +02:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
2001-02-04 23:01:32 +01:00
|
|
|
#line 3705 "configure"
|
2000-06-15 12:48:01 +02:00
|
|
|
#include "confdefs.h"
|
|
|
|
-#include <sys/dir.h>
|
|
|
|
+#include <dirent.h>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
2001-02-04 23:01:32 +01:00
|
|
|
{ (eval echo configure:3710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
@@ -3725,7 +3725,7 @@
|
2000-06-15 12:48:01 +02:00
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
-{ echo "configure: error: **** Cannot find dir.h ****" 1>&2; exit 1; }
|
|
|
|
+{ echo "configure: error: **** Cannot find dirent.h ****" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
2001-02-04 23:01:32 +01:00
|
|
|
@@ -5636,7 +5636,7 @@
|
2000-06-15 12:48:01 +02:00
|
|
|
< $srcdir/po/POTFILES.in > po/POTFILES
|
|
|
|
|
|
|
|
|
2001-02-04 23:01:32 +01:00
|
|
|
-CFLAGS="$CFLAGS `gtk-config --cflags` -Wall -Werror"
|
2007-07-03 19:03:31 +02:00
|
|
|
+CFLAGS="$CFLAGS `$GTK_CONFIG --cflags` -Wall"
|
2000-06-15 12:48:01 +02:00
|
|
|
|
|
|
|
|
2001-02-04 23:01:32 +01:00
|
|
|
VIDEO_ADDON_PLUGIN_DIR=addons/video
|