freebsd-ports/games/eboard/files/patch-network.h
Rainer Hurling 76f2c0607d games/eboard: Take maintainership and rework the port a bit
- Add license
- Remove nonfunctional joystick option
- Comment out timeseal link; remove pkg-message for now
- Remake all patchfiles
- Change PORT_OPTIONS:MDOCS into post-install-DOCS-on target
- pkg-descr: Use secured URL

PR:		254278
2021-05-06 17:11:38 +02:00

10 lines
244 B
C

--- network.h.orig 2018-07-31 18:02:19 UTC
+++ network.h
@@ -253,6 +253,7 @@ class PipeConnection : public BufferedConnection,
int pid;
int toid; // timeout
string handshake;
+ int use_execve;
double MaxWaitTime; // msecs
};