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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Wed Jan 5 14:25:29 UTC 2022


    Date: Wednesday, January 5, 2022 @ 14:25:28
  Author: svenstaro
Revision: 1093272

upgpkg: scummvm-tools 2.5.0-2: Fix compile flags

Modified:
  scummvm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-05 14:16:52 UTC (rev 1093271)
+++ PKGBUILD	2022-01-05 14:25:28 UTC (rev 1093272)
@@ -4,7 +4,7 @@
 # Contributor: Joe Davison <joe at thosedamnpeanuts.com>
 pkgname=scummvm-tools
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
 url="http://www.scummvm.org/"
 license=('GPL')
@@ -23,7 +23,7 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  export CXXFLAGS=" -ffat-lto-objects"
+  export CXXFLAGS+=" -ffat-lto-objects"
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list