diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index c6ca71746..24bf10bc3 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -11,7 +11,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) @@ -45,6 +45,8 @@ prepare() { 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() {