diff options
Diffstat (limited to 'graphics/smpeg-xmms/files/patch-configure')
-rw-r--r-- | graphics/smpeg-xmms/files/patch-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/smpeg-xmms/files/patch-configure b/graphics/smpeg-xmms/files/patch-configure deleted file mode 100644 index c4372e071456..000000000000 --- a/graphics/smpeg-xmms/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- configure 2001/04/03 09:08:00 1.1 -+++ configure 2001/04/03 09:08:19 -@@ -3015,14 +3015,14 @@ - fi - - --echo $ac_n "checking for XvGetVideo in -lSDL""... $ac_c" 1>&6 --echo "configure:3020: checking for XvGetVideo in -lSDL" >&5 -+echo $ac_n "checking for XvGetVideo in -lSDL-1.1""... $ac_c" 1>&6 -+echo "configure:3020: checking for XvGetVideo in -lSDL-1.1" >&5 - ac_lib_var=`echo SDL'_'XvGetVideo | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lSDL -lpthread $LIBS" -+LIBS="-lSDL-1.1 -lpthread $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3028 "configure" - #include "confdefs.h" |