- Update to 0.245 * see https://mametesters.org/changelog_page.php for notes - Add fix_lua_misspelling.patch - drop asio support for Leap 15.3 OBS-URL: https://build.opensuse.org/request/show/987370 OBS-URL: https://build.opensuse.org/package/show/Emulators/mame?expand=0&rev=125
13 lines
514 B
Diff
13 lines
514 B
Diff
diff -Nraub mame-mame0238.ori/3rdparty/genie/scripts/genie.lua mame-mame0238/3rdparty/genie/scripts/genie.lua
|
|
--- mame-mame0238.ori/3rdparty/genie/scripts/genie.lua 2021-11-23 14:07:01.000000000 -0400
|
|
+++ mame-mame0238/3rdparty/genie/scripts/genie.lua 2022-07-06 18:36:58.266523767 -0400
|
|
@@ -78,7 +78,7 @@
|
|
linkoptions { "-rdynamic" }
|
|
|
|
configuration "linux"
|
|
- define { "_FILE_OFFSET_BITS=64" }
|
|
+ defines { "_FILE_OFFSET_BITS=64" }
|
|
|
|
configuration "macosx"
|
|
targetdir "../bin/darwin"
|