vice-2.4-64bit.patch 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. diff -Naur vice-2.3.21.orig/doc/vice.guide vice-2.3.21/doc/vice.guide
  2. --- vice-2.3.21.orig/doc/vice.guide 2012-08-06 00:41:54.000000000 +0200
  3. +++ vice-2.3.21/doc/vice.guide 2012-08-06 09:44:36.288562655 +0200
  4. @@ -1292,7 +1292,7 @@
  5. `Directory' resource, which is a colon (`:')-separated search path
  6. list, like the UNIX `PATH' environment variable. The default value is
  7. - PREFIX/lib/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU
  8. + PREFIX/lib64/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU
  9. Where `PREFIX' is the installation prefix (usually `/usr/local'), `EMU'
  10. is the name of the emulated machine (`C64', `C64DTV', `C128', `PET',
  11. @@ -1306,12 +1306,12 @@
  12. then the value will be
  13. - /usr/local/lib/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64
  14. + /usr/local/lib64/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64
  15. And system files will be searched for under the following directories,
  16. in the specified order:
  17. - 1. `/usr/local/lib/VICE/C64'
  18. + 1. `/usr/local/lib64/VICE/C64'
  19. 2. `$HOME/.vice/C64'
  20. @@ -4010,7 +4010,7 @@
  21. where:
  22. * `LIBDIR' is the VICE installation directory (usually
  23. - `/usr/local/lib/vice', `/usr/lib/vice' or `/opt/vice/lib');
  24. + `/usr/local/lib64/vice', `/usr/lib64/vice' or `/opt/vice/lib');
  25. * `EMUID' is the emulation identification string (`C64',
  26. `C128', `VIC20' or `PET');
  27. diff -Naur vice-2.3.21.orig/doc/vice.texi vice-2.3.21/doc/vice.texi
  28. --- vice-2.3.21.orig/doc/vice.texi 2012-07-24 04:08:09.000000000 +0200
  29. +++ vice-2.3.21/doc/vice.texi 2012-08-06 09:44:36.291562619 +0200
  30. @@ -1364,7 +1364,7 @@
  31. default value is
  32. @example
  33. -PREFIX/lib/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU
  34. +PREFIX/lib64/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU
  35. @end example
  36. Where @code{PREFIX} is the installation prefix (usually
  37. @@ -1383,7 +1383,7 @@
  38. then the value will be
  39. @example
  40. -/usr/local/lib/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64
  41. +/usr/local/lib64/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64
  42. @end example
  43. And system files will be searched for under the following directories,
  44. @@ -1391,7 +1391,7 @@
  45. @enumerate 1
  46. @item
  47. -@code{/usr/local/lib/VICE/C64}
  48. +@code{/usr/local/lib64/VICE/C64}
  49. @item
  50. @code{$HOME/.vice/C64}
  51. @item
  52. diff -Naur vice-2.3.21.orig/doc/vice.txt vice-2.3.21/doc/vice.txt
  53. --- vice-2.3.21.orig/doc/vice.txt 2012-08-06 02:23:21.000000000 +0200
  54. +++ vice-2.3.21/doc/vice.txt 2012-08-06 09:44:36.296562563 +0200
  55. @@ -1056,7 +1056,7 @@
  56. `Directory' resource, which is a colon (`:')-separated search path
  57. list, like the UNIX `PATH' environment variable. The default value is
  58. -PREFIX/lib/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU
  59. +PREFIX/lib64/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU
  60. Where `PREFIX' is the installation prefix (usually `/usr/local'), `EMU'
  61. is the name of the emulated machine (`C64', `C64DTV', `C128', `PET',
  62. @@ -1070,12 +1070,12 @@
  63. then the value will be
  64. -/usr/local/lib/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64
  65. +/usr/local/lib64/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64
  66. And system files will be searched for under the following directories,
  67. in the specified order:
  68. -1. `/usr/local/lib/VICE/C64'
  69. +1. `/usr/local/lib64/VICE/C64'
  70. 2. `$HOME/.vice/C64'
  71. diff -Naur vice-2.3.21.orig/INSTALL vice-2.3.21/INSTALL
  72. --- vice-2.3.21.orig/INSTALL 2011-01-29 14:17:50.000000000 +0100
  73. +++ vice-2.3.21/INSTALL 2012-08-06 09:44:36.299562529 +0200
  74. @@ -301,7 +301,7 @@
  75. make install
  76. - The binaries and support files will all go under PREFIX/lib/vice.
  77. + The binaries and support files will all go under PREFIX/lib64/vice.
  78. You must of course have write permissions for the directories where
  79. VICE is to be installed. Normally only the system administrator
  80. has write access to /usr/local, the default PREFIX. Either ask
  81. diff -Naur vice-2.3.21.orig/src/arch/sdl/archdep_unix.h vice-2.3.21/src/arch/sdl/archdep_unix.h
  82. --- vice-2.3.21.orig/src/arch/sdl/archdep_unix.h 2011-07-21 05:10:28.000000000 +0200
  83. +++ vice-2.3.21/src/arch/sdl/archdep_unix.h 2012-08-06 09:42:11.970323196 +0200
  84. @@ -88,7 +88,7 @@
  85. #ifdef __NetBSD__
  86. #define LIBDIR PREFIX "/share/vice"
  87. #else
  88. -#define LIBDIR PREFIX "/lib/vice"
  89. +#define LIBDIR PREFIX "/lib64/vice"
  90. #endif
  91. #if defined(__FreeBSD__) || defined(__NetBSD__)
  92. diff -Naur vice-2.3.21.orig/src/arch/unix/archdep.h vice-2.3.21/src/arch/unix/archdep.h
  93. --- vice-2.3.21.orig/src/arch/unix/archdep.h 2010-10-06 18:17:43.000000000 +0200
  94. +++ vice-2.3.21/src/arch/unix/archdep.h 2012-08-06 09:42:46.474902531 +0200
  95. @@ -127,7 +127,7 @@
  96. #ifdef __NetBSD__
  97. #define LIBDIR PREFIX "/share/vice"
  98. #else
  99. -#define LIBDIR PREFIX "/lib/vice"
  100. +#define LIBDIR PREFIX "/lib64/vice"
  101. #endif
  102. #if defined(__FreeBSD__) || defined(__NetBSD__)