summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel Teichroeb2020-07-21 09:06:45 -0400
committerJoel Teichroeb2020-07-21 09:06:45 -0400
commit9a35493e2053cf4f2f274d4a84a73af9bab5b03e (patch)
tree7a664a87fe426f9d6dae2b744cd0d86e9edeb51e /PKGBUILD
parent2cd41ce88bd3335132ace4656519a2873aa50589 (diff)
downloadaur-residualvm-git.tar.gz
Build with C++11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c82173e3ae0..d63b9e402c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=residualvm
pkgname=${_pkgname}-git
-pkgver=r7048.de230485
+pkgver=r7855.626c55780
pkgrel=1
pkgdesc="A cross-platform 3D game interpreter which allows you to play LucasArts' LUA-based 3D adventures"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd ${_pkgname}
- ./configure --prefix=/usr --enable-release
+ ./configure --prefix=/usr --enable-c++11 --enable-release
make
}