wok-next view vice/stuff/patches/disable-fc-cache.patch @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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