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 <[email protected]> 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 }
