aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vice/disable-fc-cache.patch
diff options
context:
space:
mode:
authorJean-Louis Fuchs <ganwell@fangorn.ch>2017-01-23 13:05:42 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-01-23 14:31:38 +0000
commit8f8a6eb185656712e22dff8209d23a93ce7c531e (patch)
tree3175513e6a778aecf2be388979d3426642563c39 /testing/vice/disable-fc-cache.patch
parent8f2c44556b67ccd532654ae17996731523516af6 (diff)
downloadaports-8f8a6eb185656712e22dff8209d23a93ce7c531e.tar.bz2
aports-8f8a6eb185656712e22dff8209d23a93ce7c531e.tar.xz
testing/vice: new aport
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
Diffstat (limited to 'testing/vice/disable-fc-cache.patch')
-rw-r--r--testing/vice/disable-fc-cache.patch16
1 files changed, 16 insertions, 0 deletions
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