From 8f8a6eb185656712e22dff8209d23a93ce7c531e Mon Sep 17 00:00:00 2001 From: Jean-Louis Fuchs Date: Mon, 23 Jan 2017 13:05:42 +0100 Subject: testing/vice: new aport Signed-off-by: Leonardo Arena --- testing/vice/disable-fc-cache.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testing/vice/disable-fc-cache.patch (limited to 'testing/vice/disable-fc-cache.patch') diff --git a/testing/vice/disable-fc-cache.patch b/testing/vice/disable-fc-cache.patch new file mode 100644 index 0000000000..c685b676d4 --- /dev/null +++ b/testing/vice/disable-fc-cache.patch @@ -0,0 +1,16 @@ +--- a/configure.ac.orig 2016-12-15 04:44:32.000000000 +0100 ++++ b/configure.ac 2017-01-05 23:24:59.072247182 +0100 +@@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then + + fi + +-AC_PATH_PROGS(FCCACHE, fc-cache, false) +-if test x"$FCCACHE" = "xfalse"; then +- AM_CONDITIONAL(HAVE_FC_CACHE, false) +-else +- AM_CONDITIONAL(HAVE_FC_CACHE, true) +-fi ++AM_CONDITIONAL(HAVE_FC_CACHE, false) + + if test x"$is_amigaos4" = "xyes"; then + if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then -- cgit v1.2.3