mame: broken on x86 (ENOMEM).
This commit is contained in:
parent
95c571a682
commit
1dd221005a
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ replaces="sdlmame>=0 sdlmess>=0"
|
|||
CXXFLAGS="-DUSE_INTERNAL_CBEGIN_CEND=1 -I${XBPS_CROSS_BASE}/usr/include/lua5.3"
|
||||
LDFLAGS="-Wl,-fuse-ld=gold"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="ENOMEM";;
|
||||
esac
|
||||
|
||||
build_options="qt"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="qt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue