mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
e73d2cda42
commit
da51aa33d0
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dosbox-staging'
|
# Template file for 'dosbox-staging'
|
||||||
pkgname=dosbox-staging
|
pkgname=dosbox-staging
|
||||||
version=0.81.2
|
version=0.82.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -14,5 +14,11 @@ maintainer="Joshua Krämer <joshua@kraemer.link>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://dosbox-staging.github.io"
|
homepage="https://dosbox-staging.github.io"
|
||||||
distfiles="https://github.com/dosbox-staging/dosbox-staging/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dosbox-staging/dosbox-staging/archive/v${version}.tar.gz"
|
||||||
checksum=6676a3b6957c144a80ca8c3ffec2a0bec0320274382f23af9c57dd1c20b2eb1b
|
checksum=a3f63f86bf203ba28512e189ce6736cdb0273647e77a62ce47ed3d01b3b4a88d
|
||||||
conflicts="dosbox"
|
conflicts="dosbox"
|
||||||
|
|
||||||
|
# ARMv6/v7: LTO leads to strange errors "Error: invalid literal constant: pool needs to be closer"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*) configure_args+=" -Db_lto=false"
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue