forked from Lainports/freebsd-ports
- 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
11 lines
479 B
C
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);
|