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

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 21:38:56 UTC 2022


    Date: Monday, April 25, 2022 @ 21:38:55
  Author: arojas
Revision: 1190132

962855F072C7A01846405864FCF3C8CB5CF9C8D4 key rebuild

Modified:
  zsnes/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 21:34:04 UTC (rev 1190131)
+++ PKGBUILD	2022-04-25 21:38:55 UTC (rev 1190132)
@@ -7,7 +7,7 @@
 
 pkgname=zsnes
 pkgver=2.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Super Nintendo emulator'
 url='https://github.com/xyproto/zsnes'
 arch=(x86_64)
@@ -24,6 +24,8 @@
 }
 
 build() {
+  export CFLAGS=${CFLAGS/-fcf-protection/}
+  export CXXFLAGS=${CXXFLAGS/-fcf-protection/}
   make -C $pkgname
 }
 



More information about the arch-commits mailing list