summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreztho2016-07-02 12:24:50 +0100
committerreztho2016-07-02 12:24:50 +0100
commit3efe42d9e1270f5a09b67d958aeb6d1b5454ff58 (patch)
tree4766945b89202ef5d25b725b0e6a25ca8edc8a56
parent0fdab24cb17ebe76b7a0d931cd328283c306ccec (diff)
downloadaur-3efe42d9e1270f5a09b67d958aeb6d1b5454ff58.tar.gz
Fix compilation
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5428bbdaba9b..19a8c38b0e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Jul 2 11:24:41 UTC 2016
pkgbase = openmsx
pkgdesc = The MSX emulator that aims for perfection.
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = http://openmsx.org/
install = openmsx.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1eecc4d73255..4314ef2bb4ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Tom < reztho at archlinux dot us >
pkgname=openmsx
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="The MSX emulator that aims for perfection."
arch=('i686' 'x86_64')
url="http://openmsx.org/"
@@ -21,6 +21,10 @@ build() {
echo 'INSTALL_SHARE_DIR:=/usr/share/openmsx' >> build/custom.mk
echo 'INSTALL_BINARY_DIR:=/usr/bin' >> build/custom.mk
+ # https://github.com/openMSX/openMSX/commit/9429a1cd06c08676ca9072e51d07be0259b8e76e
+ sed -i '4 a #include <iterator>' src/RTScheduler.cc
+ sed -i '8 a #include <iterator>' src/video/ZMBVEncoder.cc
+
# Compiling
./configure
make