mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/distcc to 3.3.5-3
This commit is contained in:
parent
0892d0a9d7
commit
c664611df8
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue