[arch-commits] Commit in scummvm/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Oct 26 20:34:49 UTC 2017


    Date: Thursday, October 26, 2017 @ 20:34:48
  Author: svenstaro
Revision: 264544

upgpkg: scummvm 1.9.0-3

Enable all engines

Modified:
  scummvm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-26 20:16:37 UTC (rev 264543)
+++ PKGBUILD	2017-10-26 20:34:48 UTC (rev 264544)
@@ -4,7 +4,7 @@
 
 pkgname=scummvm
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,9 @@
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
+  ./configure \
+    --enable-all-engines \
+    --enable-c++11 \
     --enable-release \
     --prefix=/usr
   make



More information about the arch-commits mailing list