diff options
Diffstat (limited to 'multimedia/xmps/files/patch-aa')
-rw-r--r-- | multimedia/xmps/files/patch-aa | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/multimedia/xmps/files/patch-aa b/multimedia/xmps/files/patch-aa deleted file mode 100644 index baaab7875043..000000000000 --- a/multimedia/xmps/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ - -$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 |