testing/dosbox: fix textrels on x86

This commit is contained in:
Natanael Copa 2014-10-28 15:08:42 +00:00
parent 6c4a6bd2ff
commit edb2e59c7c

View File

@ -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
}