Date: Friday, March 26, 2021 @ 20:19:05 Author: arodseth Revision: 904725
Disable debug print ref. https://github.com/distcc/distcc/commit/2df787cc0c02743254d5e6c04a38da82f1e3d9f6 Modified: distcc/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 20:01:00 UTC (rev 904724) +++ PKGBUILD 2021-03-26 20:19:05 UTC (rev 904725) @@ -6,7 +6,7 @@ pkgname=distcc pkgver=3.3.5 -pkgrel=2 +pkgrel=3 _gccver=10.2.0 # Current GCC version, used for symlinks. See FS#69044 pkgdesc='Distributed compilation service for C, C++ and Objective-C' arch=(x86_64) @@ -36,6 +36,8 @@ sed -i 's/ install-gnome-data//g' Makefile.in # FS#66418, support Python 3.9 find . -name '*.py' -type f -exec sed -i 's,e.clock(,e.perf_counter(,g' {} \; + # Remove debug print, ref. https://github.com/distcc/distcc/commit/2df787cc0c02743254d5e6c04a38da82f1e3d9f6 + sed -i '/fisk state/d' src/mon-gnome.c } build() {
