summaryrefslogtreecommitdiff
path: root/extra/vice/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vice/PKGBUILD')
-rw-r--r--extra/vice/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/vice/PKGBUILD b/extra/vice/PKGBUILD
index 373864d38..2789c8cfa 100644
--- a/extra/vice/PKGBUILD
+++ b/extra/vice/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=vice
pkgver=2.4
-pkgrel=2
+pkgrel=2.1
pkgdesc="The Versatile Commodore 8-bit Emulator"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.viceteam.org/"
depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
@@ -32,6 +32,8 @@ build() {
patch -Np1 -i "${srcdir}/vice-2.4-notexi-notxt.patch"
patch -Np1 -i "${srcdir}/vice-2.4-zlib-1.2.7.patch"
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+
autoreconf
./configure --prefix=/usr \
--enable-ethernet \