diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:24 +0200 |
commit | ded2ffc51a4b5e5d54d17b05b8cde862c8951c6b (patch) | |
tree | c60aba0bbcf99a558bf487fc4deda74e45914e5e /games/jzintv/jzintv_rompath.patch | |
parent | 20eb94d46acb721b51a2d2ce0520578f9b76bb2c (diff) | |
download | slackbuilds-ded2ffc51a4b5e5d54d17b05b8cde862c8951c6b.tar.gz |
games/jzintv: Added to 12.2 repository
Diffstat (limited to 'games/jzintv/jzintv_rompath.patch')
-rw-r--r-- | games/jzintv/jzintv_rompath.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/jzintv/jzintv_rompath.patch b/games/jzintv/jzintv_rompath.patch new file mode 100644 index 0000000000..b5b40e566a --- /dev/null +++ b/games/jzintv/jzintv_rompath.patch @@ -0,0 +1,12 @@ +diff -Naur jzintv-1.0-beta3/src/config.h jzintv-1.0-beta3.patched/src/config.h +--- jzintv-1.0-beta3/src/config.h 2006-07-06 13:52:01.000000000 -0400 ++++ jzintv-1.0-beta3.patched/src/config.h 2009-02-04 23:28:34.000000000 -0500 +@@ -166,7 +166,7 @@ +
+ #ifdef linux
+ # define USE_STRCASECMP
+-# define DEFAULT_ROM_PATH ".:=../rom:/usr/local/share/jzintv/rom"
++# define DEFAULT_ROM_PATH ".:/usr/share/jzintv/rom"
+ # define HAS_LINK
+ #endif
+
|