diff options
Diffstat (limited to 'recipes/libxine/libxine-1.1.0/no-caca.patch')
-rw-r--r-- | recipes/libxine/libxine-1.1.0/no-caca.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/libxine/libxine-1.1.0/no-caca.patch b/recipes/libxine/libxine-1.1.0/no-caca.patch new file mode 100644 index 0000000000..dc861693e9 --- /dev/null +++ b/recipes/libxine/libxine-1.1.0/no-caca.patch @@ -0,0 +1,19 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- xine-lib-1.1.0/configure.ac~no-caca ++++ xine-lib-1.1.0/configure.ac +@@ -749,8 +749,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 --------------------------------------------- |