freebsd-ports/devel/distcc/files/patch-src_daemon.c
Laurent Chardon 35db578d62 devel/distcc: Patch small bugs
- Fix GUI option not working and made it a flavor
- Fix service not starting
- Improve default options
- Update available compilers masquerade
- Create proper pkg-plist
- Use pyXY- pkg prefix when pump mode is compiled with non-default python version
- Take maintainership

PR:		281706
2024-10-06 13:49:18 +02:00

11 lines
479 B
C

--- src/daemon.c.orig 2024-09-20 02:11:57 UTC
+++ src/daemon.c
@@ -160,7 +160,7 @@ static void dcc_warn_masquerade_whitelist(void) {
" --enable-tcp-insecure. To set up masquerade automatically" \
" run update-distcc-symlinks.";
- e = opendir("/usr/lib/distcc");
+ e = opendir("/usr/local/libexec/distcc");
d = opendir(LIBDIR "/distcc");
if (!e && !d) {
rs_log_crit(LIBDIR "/distcc not found. %s", warn);