mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
mame: fix build with musl>=1.2
This commit is contained in:
parent
fef9ddb6fa
commit
b931884fcc
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ checksum=60055b19fc96306927257c5ffc265ecebcbe5c944cf98113d4d78f6304556c67
|
|||
nodebug=yes
|
||||
replaces="sdlmame>=0 sdlmess>=0"
|
||||
|
||||
CFLAGS="-D_LARGEFILE64_SOURCE"
|
||||
CXXFLAGS="-D_LARGEFILE64_SOURCE"
|
||||
|
||||
post_patch() {
|
||||
vsed -i scripts/toolchain.lua -i 3rdparty/genie/src/host/scripts.c -e 's/-m32//' -e 's/-m64//'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue