mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
vpa-m: fix 32bit builds
This commit is contained in:
parent
0058391cfd
commit
783a2d6f5c
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@ distfiles="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v${v
|
|||
checksum=8299a093d4a79bcea7dc882b1fcf056f7745d4f7f3d7bf8ccce6b41342ac3510
|
||||
|
||||
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
pre_configure() {
|
||||
ln -sf ${wrksrc}/cmake/FindAppleFFMPEG.cmake ${wrksrc}/cmake/FindFFMPEG.cmake
|
||||
}
|
||||
ln -sf ${wrksrc}/cmake/FindAppleFFMPEG.cmake ${wrksrc}/cmake/FindFFMPEG.cmake
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue