diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-23 14:38:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-23 14:38:06 +0000 |
commit | ebc3b67b3596c137737584b829d8919930fec95b (patch) | |
tree | bbb8fbaf6ebc9d962554e4657ada73c788a1325d /testing/vice/disable-fc-cache.patch | |
parent | 8f8a6eb185656712e22dff8209d23a93ce7c531e (diff) | |
download | aports-ebc3b67b3596c137737584b829d8919930fec95b.tar.bz2 aports-ebc3b67b3596c137737584b829d8919930fec95b.tar.xz |
Revert "testing/vice: new aport"
This reverts commit 8f8a6eb185656712e22dff8209d23a93ce7c531e.
Diffstat (limited to 'testing/vice/disable-fc-cache.patch')
-rw-r--r-- | testing/vice/disable-fc-cache.patch | 16 |
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 |