wok-next view 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 source
1 --- a/configure.ac.orig 2016-12-15 04:44:32.000000000 +0100
2 +++ b/configure.ac 2017-01-05 23:24:59.072247182 +0100
3 @@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
5 fi
7 -AC_PATH_PROGS(FCCACHE, fc-cache, false)
8 -if test x"$FCCACHE" = "xfalse"; then
9 - AM_CONDITIONAL(HAVE_FC_CACHE, false)
10 -else
11 - AM_CONDITIONAL(HAVE_FC_CACHE, true)
12 -fi
13 +AM_CONDITIONAL(HAVE_FC_CACHE, false)
15 if test x"$is_amigaos4" = "xyes"; then
16 if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then