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

Alexander Rødseth arodseth at archlinux.org
Tue Jan 5 12:02:00 UTC 2021


    Date: Tuesday, January 5, 2021 @ 12:02:00
  Author: arodseth
Revision: 808912

upgpkg: geany-plugins 1.37-1

Modified:
  geany-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 12:01:57 UTC (rev 808911)
+++ PKGBUILD	2021-01-05 12:02:00 UTC (rev 808912)
@@ -20,8 +20,9 @@
 prepare() {
   cd $pkgname-$pkgver
   autoreconf -fi
-  # fix for not redefining bool in PrettyPrinter.h
-  sed -i 's/bool/uibool/g' pretty-printer/src/PrettyPrinter.{c,h}
+  # fix for not redefining bool
+  sed -i 's/typedef unsigned int bool/#include <stdbool.h>/g' \
+    pretty-printer/src/PrettyPrinter.h
 }
 
 build() {



More information about the arch-commits mailing list