diff options
Diffstat (limited to 'multimedia/xmps/files/patch-aa')
-rw-r--r-- | multimedia/xmps/files/patch-aa | 64 |
1 files changed, 16 insertions, 48 deletions
diff --git a/multimedia/xmps/files/patch-aa b/multimedia/xmps/files/patch-aa index c859c119338c..baaab7875043 100644 --- a/multimedia/xmps/files/patch-aa +++ b/multimedia/xmps/files/patch-aa @@ -1,62 +1,30 @@ ---- configure.orig Tue Dec 19 16:40:13 2000 -+++ configure Tue Dec 19 16:49:08 2000 -@@ -3803,7 +3803,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lsmpeg $LIBS" -+LIBS="-lsmpeg $SDL_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3809 "configure" - #include "confdefs.h" -@@ -3833,7 +3833,7 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lsmpeg $LIBS" -+ LIBS="-lsmpeg $SDL_LIBS $LIBS" - - else - echo "$ac_t""no" 1>&6 -@@ -3848,7 +3848,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lsmpeg $LIBS" -+LIBS="-lsmpeg $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3854 "configure" - #include "confdefs.h" -@@ -3919,7 +3919,7 @@ - rm -f conftest* - echo "$ac_t""$opengl" 1>&6 - --if test x$opengl = xyes; then -+if test x$opengl = x"Manually disabled ;)"; then - OPENGL=OpenGL - CFLAGS="$CFLAGS -DHAVE_OPENGL" - GL_LIBS="$X_PRELIBS -lGL -lGLU -lICE -lSM $X_LIBS" -@@ -3974,8 +3974,8 @@ + +$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:3980: checking for sys/dir.h" >&5 ++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 -@@ -3983,7 +3983,7 @@ + else cat > conftest.$ac_ext <<EOF - #line 3985 "configure" + #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:3990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -4005,7 +4005,7 @@ + { (eval echo configure:3710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +@@ -3725,7 +3725,7 @@ : else echo "$ac_t""no" 1>&6 @@ -65,12 +33,12 @@ fi -@@ -5915,7 +5915,7 @@ +@@ -5636,7 +5636,7 @@ < $srcdir/po/POTFILES.in > po/POTFILES --CFLAGS="$CFLAGS `gtk-config --cflags`" -+CFLAGS="$CFLAGS `$GTK_CONFIG --cflags`" +-CFLAGS="$CFLAGS `gtk-config --cflags` -Wall -Werror" ++CFLAGS="$CFLAGS `$GTK_CONFIG --cflags` -Wall -Werror" - CODEC_PLUGINS_DIR=Codecs + VIDEO_ADDON_PLUGIN_DIR=addons/video |