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

Antonio Rojas arojas at archlinux.org
Sat May 25 12:55:55 UTC 2019


    Date: Saturday, May 25, 2019 @ 12:55:55
  Author: arojas
Revision: 354286

Remove evil -Werror

Modified:
  frozen-bubble/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-25 12:32:00 UTC (rev 354285)
+++ PKGBUILD	2019-05-25 12:55:55 UTC (rev 354286)
@@ -25,6 +25,8 @@
 
   # https://bugzilla.redhat.com/show_bug.cgi?id=1541359
   patch -Np1 -i ../fix-buffer-size-when-formatting-current-date.patch
+
+  sed -e 's|-Werror||' -i inc/My/Builder.pm
 }
 
 build() {



More information about the arch-commits mailing list