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

Levente Polyak anthraxx at archlinux.org
Fri Nov 8 23:55:15 UTC 2019


    Date: Friday, November 8, 2019 @ 23:55:14
  Author: anthraxx
Revision: 524743

upgpkg: snes9x 1.60-4 extend instead of overwrite CXXFLAGS

Modified:
  snes9x/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-08 23:54:12 UTC (rev 524742)
+++ PKGBUILD	2019-11-08 23:55:14 UTC (rev 524743)
@@ -7,7 +7,7 @@
   snes9x-gtk
 )
 pkgver=1.60
-pkgrel=3
+pkgrel=4
 pkgdesc='Portable Super Nintendo Entertainment System (TM) emulator'
 arch=(x86_64)
 url=http://www.snes9x.com/
@@ -60,7 +60,7 @@
 build() {
   pushd snes9x/unix
 
-  export CXXFLAGS="-I/usr/include/glslang"
+  CXXFLAGS+=" -I/usr/include/glslang"
   ./configure \
     --prefix='/usr' \
     --enable-netplay



More information about the arch-commits mailing list