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

Levente Polyak anthraxx at archlinux.org
Fri Nov 8 23:20:24 UTC 2019


    Date: Friday, November 8, 2019 @ 23:20:23
  Author: anthraxx
Revision: 367226

upgpkg: libplacebo 1.18.0-4 extend instead of overwrite CXXFLAGS

Modified:
  libplacebo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-08 23:19:22 UTC (rev 367225)
+++ PKGBUILD	2019-11-08 23:20:23 UTC (rev 367226)
@@ -2,7 +2,7 @@
 
 pkgname=libplacebo
 pkgver=1.18.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
 url='https://github.com/haasn/libplacebo'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
-  export CXXFLAGS="-I/usr/include/glslang"
+  CXXFLAGS+=" -I/usr/include/glslang"
   arch-meson build \
     -D tests=true \
     -D vulkan=enabled \



More information about the arch-commits mailing list