aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vice/disable-fc-cache.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-01-23 14:38:06 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-01-23 14:38:06 +0000
commitebc3b67b3596c137737584b829d8919930fec95b (patch)
treebbb8fbaf6ebc9d962554e4657ada73c788a1325d /testing/vice/disable-fc-cache.patch
parent8f8a6eb185656712e22dff8209d23a93ce7c531e (diff)
downloadaports-ebc3b67b3596c137737584b829d8919930fec95b.tar.bz2
aports-ebc3b67b3596c137737584b829d8919930fec95b.tar.xz
Revert "testing/vice: new aport"
Diffstat (limited to 'testing/vice/disable-fc-cache.patch')
-rw-r--r--testing/vice/disable-fc-cache.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/vice/disable-fc-cache.patch b/testing/vice/disable-fc-cache.patch
deleted file mode 100644
index c685b676d4..0000000000
--- a/testing/vice/disable-fc-cache.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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