wok-next diff vice/stuff/patches/disable-fc-cache.patch @ rev 20854

Add xa, libicns; up vice (3.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 26 14:16:09 2018 +0300 (2018-06-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vice/stuff/patches/disable-fc-cache.patch	Tue Jun 26 14:16:09 2018 +0300
     1.3 @@ -0,0 +1,16 @@
     1.4 +--- a/configure.ac.orig	2016-12-15 04:44:32.000000000 +0100
     1.5 ++++ b/configure.ac	2017-01-05 23:24:59.072247182 +0100
     1.6 +@@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
     1.7 + 
     1.8 + fi
     1.9 + 
    1.10 +-AC_PATH_PROGS(FCCACHE, fc-cache, false)
    1.11 +-if test x"$FCCACHE" = "xfalse"; then
    1.12 +-  AM_CONDITIONAL(HAVE_FC_CACHE, false)
    1.13 +-else
    1.14 +-  AM_CONDITIONAL(HAVE_FC_CACHE, true)
    1.15 +-fi
    1.16 ++AM_CONDITIONAL(HAVE_FC_CACHE, false)
    1.17 + 
    1.18 + if test x"$is_amigaos4" = "xyes"; then
    1.19 +   if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then