431f51597c
- make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Sun Feb 4 21:49:31 2001
|
|
+++ configure Sun Feb 4 21:52:15 2001
|
|
@@ -3694,16 +3694,16 @@
|
|
{ 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
|
|
-echo "configure:3700: checking for sys/dir.h" >&5
|
|
+ac_safe=`echo "dirent.h" | sed 'y%./+-%__p_%'`
|
|
+echo $ac_n "checking for dirent.h""... $ac_c" 1>&6
|
|
+echo "configure:3700: checking for dirent.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 3705 "configure"
|
|
#include "confdefs.h"
|
|
-#include <sys/dir.h>
|
|
+#include <dirent.h>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
{ (eval echo configure:3710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
@@ -3725,7 +3725,7 @@
|
|
:
|
|
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
|
|
|
|
|
|
@@ -5636,7 +5636,7 @@
|
|
< $srcdir/po/POTFILES.in > po/POTFILES
|
|
|
|
|
|
-CFLAGS="$CFLAGS `gtk-config --cflags` -Wall -Werror"
|
|
+CFLAGS="$CFLAGS `$GTK_CONFIG --cflags` -Wall -Werror"
|
|
|
|
|
|
VIDEO_ADDON_PLUGIN_DIR=addons/video
|