summaryrefslogtreecommitdiffstats
path: root/recipes/libxine/libxine-fb/no-caca.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libxine/libxine-fb/no-caca.patch')
-rw-r--r--recipes/libxine/libxine-fb/no-caca.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libxine/libxine-fb/no-caca.patch b/recipes/libxine/libxine-fb/no-caca.patch
new file mode 100644
index 0000000000..978c4fc38a
--- /dev/null
+++ b/recipes/libxine/libxine-fb/no-caca.patch
@@ -0,0 +1,16 @@
+Index: xine-lib-1.0/configure.ac
+===================================================================
+--- xine-lib-1.0.orig/configure.ac 2005-03-06 16:50:09.019575452 +0100
++++ xine-lib-1.0/configure.ac 2005-03-06 17:07:55.605266498 +0100
+@@ -719,8 +719,9 @@
+ dnl Checks for Color AsCii Art library
+ dnl ---------------------------------------------
+
+-AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
+-AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes")
++dnl AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
++AM_CONDITIONAL(HAVE_CACA, 0)
++
+
+
+ dnl ---------------------------------------------