mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/libgme: disable on mips(64), ftbfs
> /home/buildozer/aports/testing/libgme/src/game-music-emu-0.6.2/gme/Ay_Cpu.cpp:104:3: > error: #error "Byte order of CPU must be known" > 104 | #error "Byte order of CPU must be known" > | ^~~~~ > /home/buildozer/aports/testing/libgme/src/game-music-emu-0.6.2/gme/Ay_Cpu.cpp: > In member function 'bool Ay_Cpu::run(cpu_time_t)': > /home/buildozer/aports/testing/libgme/src/game-music-emu-0.6.2/gme/Ay_Cpu.cpp:420:10: > error: 'R8' was not declared in this scope; did you mean 'RL'? > 420 | data = R8( opcode & 7, 0 ); > | ^~ > | RL
This commit is contained in:
parent
88f26e3b7d
commit
59cc6d3774
@ -5,7 +5,7 @@ pkgver=0.6.2
|
||||
pkgrel=0
|
||||
pkgdesc="Video game music file emulation/playback library"
|
||||
url="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
|
||||
arch="all"
|
||||
arch="all !mips !mips64" # ftbfs
|
||||
license="LGPL-2.1-only"
|
||||
depends_dev="sdl-dev"
|
||||
makedepends="cmake"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user