Skip to content
Snippets Groups Projects
Commit 3f56df51 authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 3.4-2

parent c54d5270
No related branches found
Tags 18.1.0-1
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=vice
pkgver=3.4
pkgrel=1
pkgrel=2
pkgdesc='The Versatile Commodore 8-bit Emulator'
arch=(x86_64)
license=(GPL)
......@@ -26,7 +26,11 @@ prepare() {
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --libdir=/usr/lib --enable-external-ffmpeg
./configure \
--prefix=/usr \
--libdir=/usr/lib \
--enable-external-ffmpeg \
--enable-x64
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment