summarylogtreecommitdiffstats
path: root/no-fc-cache-no-lib64.patch
blob: e07669df90752ebe9140e5d3f714452aa932faf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
diff --git a/configure b/configure
index 03e9e18..e5e561d 100755
--- a/configure
+++ b/configure
@@ -21918,7 +21918,7 @@ fi
     ;;
   linux*)
     if test x"$host_cpu" = "xx86_64"; then
-      VICEDIR="$PREFIX/lib64/vice"
+      VICEDIR="$PREFIX/lib/vice"
        if false; then
   ALTERNATE_DOCDIR_TRUE=
   ALTERNATE_DOCDIR_FALSE='#'
diff --git a/configure.ac b/configure.ac
index bc0da30..53d867e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3012,12 +3012,7 @@ if test x"$enable_lame" != "xno" ; then
   fi
 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
   dnl for AmigaOS4 native resid needs to be configured without dependency tracking
@@ -4060,7 +4055,7 @@ case "$host_os" in
     ;;
   linux*)
     if test x"$host_cpu" = "xx86_64"; then
-      VICEDIR="$PREFIX/lib64/vice"
+      VICEDIR="$PREFIX/lib/vice"
       AM_CONDITIONAL(ALTERNATE_DOCDIR, false)
     else
       VICEDIR="$PREFIX/lib/vice"
diff --git a/configure.proto b/configure.proto
index 4204eda..775450a 100755
--- a/configure.proto
+++ b/configure.proto
@@ -3012,12 +3012,7 @@ if test x"$enable_lame" != "xno" ; then
   fi
 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
   dnl for AmigaOS4 native resid needs to be configured without dependency tracking
@@ -4060,7 +4055,7 @@ case "$host_os" in
     ;;
   linux*)
     if test x"$host_cpu" = "xx86_64"; then
-      VICEDIR="$PREFIX/lib64/vice"
+      VICEDIR="$PREFIX/lib/vice"
       AM_CONDITIONAL(ALTERNATE_DOCDIR, false)
     else
       VICEDIR="$PREFIX/lib/vice"