diff options
author | Eric B. Pratt <eric.b.pratt@gmail.com> | 2016-03-21 20:51:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-25 20:04:15 +0700 |
commit | e2457cc1db8d79d787e1d4eb76a63c49d6826b2e (patch) | |
tree | aa74b142a9dd7873a9fb2454765592b77ea744ed /system/vice/patches/vice-2.4.18-64bit.patch | |
parent | 1ca98a390a82a824ab4c664dd3db4f08fe773494 (diff) |
system/vice: Updated for version 2.4.24.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/vice/patches/vice-2.4.18-64bit.patch')
-rw-r--r-- | system/vice/patches/vice-2.4.18-64bit.patch | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/system/vice/patches/vice-2.4.18-64bit.patch b/system/vice/patches/vice-2.4.18-64bit.patch deleted file mode 100644 index ee07f3f2b9b8c..0000000000000 --- a/system/vice/patches/vice-2.4.18-64bit.patch +++ /dev/null @@ -1,84 +0,0 @@ -diff -Naur vice-2.4.18.orig/doc/vice.guide vice-2.4.18/doc/vice.guide ---- vice-2.4.18.orig/doc/vice.guide 2015-02-23 19:11:07.000000000 +0100 -+++ vice-2.4.18/doc/vice.guide 2015-03-06 17:40:53.822159935 +0100 -@@ -1339,7 +1339,7 @@ - `Directory' resource, which is a colon (`:')-separated search path - list, like the UNIX `PATH' environment variable. The default value is - -- PREFIX/lib/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU -+ PREFIX/lib64/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU - - Where `PREFIX' is the installation prefix (usually `/usr/local'), `EMU' - is the name of the emulated machine (`C64', `C64DTV', `C128', `PET', -@@ -1354,12 +1354,12 @@ - - then the value will be - -- /usr/local/lib/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64 -+ /usr/local/lib64/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64 - - And system files will be searched for under the following directories, - in the specified order: - -- 1. `/usr/local/lib/VICE/C64' -+ 1. `/usr/local/lib64/VICE/C64' - - 2. `$HOME/.vice/C64' - -diff -Naur vice-2.4.18.orig/doc/vice.texi vice-2.4.18/doc/vice.texi ---- vice-2.4.18.orig/doc/vice.texi 2015-02-17 20:32:19.000000000 +0100 -+++ vice-2.4.18/doc/vice.texi 2015-03-06 17:40:53.829159935 +0100 -@@ -1502,7 +1502,7 @@ - default value is - - @example --PREFIX/lib/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU -+PREFIX/lib64/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU - @end example - - Where @code{PREFIX} is the installation prefix (usually -@@ -1521,7 +1521,7 @@ - then the value will be - - @example --/usr/local/lib/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64 -+/usr/local/lib64/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64 - @end example - - And system files will be searched for under the following directories, -@@ -1529,7 +1529,7 @@ - - @enumerate 1 - @item --@code{/usr/local/lib/VICE/C64} -+@code{/usr/local/lib64/VICE/C64} - @item - @code{$HOME/.vice/C64} - @item -diff -Naur vice-2.4.18.orig/doc/vice.txt vice-2.4.18/doc/vice.txt ---- vice-2.4.18.orig/doc/vice.txt 2015-02-23 19:11:07.000000000 +0100 -+++ vice-2.4.18/doc/vice.txt 2015-03-06 17:40:53.834159935 +0100 -@@ -1094,7 +1094,7 @@ - `Directory' resource, which is a colon (`:')-separated search path - list, like the UNIX `PATH' environment variable. The default value is - --PREFIX/lib/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU -+PREFIX/lib64/vice/EMU:$HOME/.vice/EMU:BOOTPATH/EMU - - Where `PREFIX' is the installation prefix (usually `/usr/local'), `EMU' - is the name of the emulated machine (`C64', `C64DTV', `C128', `PET', -@@ -1109,12 +1109,12 @@ - - then the value will be - --/usr/local/lib/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64 -+/usr/local/lib64/vice/C64:$HOME/.vice/C64:/usr/local/bin/C64 - - And system files will be searched for under the following directories, - in the specified order: - --1. `/usr/local/lib/VICE/C64' -+1. `/usr/local/lib64/VICE/C64' - - 2. `$HOME/.vice/C64' - |