community/distcc to 3.3.5-3

This commit is contained in:
Kevin Mihelich 2021-03-26 23:13:56 +00:00
parent 0892d0a9d7
commit c664611df8

View file

@ -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() {