mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/dosbox: fix textrels on x86
This commit is contained in:
parent
6c4a6bd2ff
commit
edb2e59c7c
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=dosbox
|
||||
pkgver=0.74
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="x86/DOS emulator with sound and graphics"
|
||||
url="http://dosbox.com"
|
||||
arch="all"
|
||||
@ -42,6 +42,8 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
--disable-dynamic-core \
|
||||
--disable-dynamic-x86 \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user