diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-03 22:59:57 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-03 22:59:57 +0800 |
commit | 213a7e6460165e468bd2bdfff0d786f687325bb3 (patch) | |
tree | 3bb3eaf41587f479ead4360f2a0dc7cb9fcada8f /emulators | |
parent | ad93adb2809e9d75b93527747011be1445ad294e (diff) | |
download | freebsd-ports-gnome-213a7e6460165e468bd2bdfff0d786f687325bb3.tar.gz freebsd-ports-gnome-213a7e6460165e468bd2bdfff0d786f687325bb3.tar.zst freebsd-ports-gnome-213a7e6460165e468bd2bdfff0d786f687325bb3.zip |
The patch-ab for emulators/xmame refer to xmake instead of xmame,
resulting in xmame unable to find roms.
PR: 21416
Submitted by: Riccardo Torrini <riccardo@torrini.org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/files/patch-ab b/emulators/xmame/files/patch-ab index a1bb449b1673..fbea7424f7e2 100644 --- a/emulators/xmame/files/patch-ab +++ b/emulators/xmame/files/patch-ab @@ -15,15 +15,15 @@ ### Fileio Related ### -rompath /usr/games/lib/xmame -spooldir /usr/games/lib/xmame -+rompath %%PREFIX%%/share/xmake/roms -+spooldir %%PREFIX%%/share/xmake/hi ++rompath %%PREFIX%%/share/xmame/roms ++spooldir %%PREFIX%%/share/xmame/hi screenshotdir . -cheatfile /usr/games/lib/xmame/cheat.dat -historyfile /usr/games/lib/xmame/history.dat -mameinfofile /usr/games/lib/xmame/mameinfo.dat -+cheatfile %%PREFIX%%/share/xmake/cheat.dat -+historyfile %%PREFIX%%/share/xmake/history.dat -+mameinfofile %%PREFIX%%/share/xmake/mameinfo.dat ++cheatfile %%PREFIX%%/share/xmame/cheat.dat ++historyfile %%PREFIX%%/share/xmame/history.dat ++mameinfofile %%PREFIX%%/share/xmame/mameinfo.dat ### Mame Related ### defaultgame pacman |