diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-04-29 22:07:27 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-04-29 22:07:27 +0000 |
commit | 25c4307da135103ea810d65f96f2f1c21e0547b4 (patch) | |
tree | 59c19311b74653f76ed5dac83d3bf9e1e1454f20 /x11-wm/spectrwm/files/patch-spectrwm.c | |
parent | - Update to 1.3.7. (diff) |
Update to 2.3.0
Changelog:
https://opensource.conformal.com/fluxbb/viewtopic.php?pid=2444#p2444
Add a local patch to not look for xlock and throw and error on startup if
it's not there [1]
PR: ports/177754 (in response to) [1]
Submitted by: Carlo Strub <cs@FreeBSD.org> [1]
Diffstat (limited to '')
-rw-r--r-- | x11-wm/spectrwm/files/patch-spectrwm.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/spectrwm/files/patch-spectrwm.c b/x11-wm/spectrwm/files/patch-spectrwm.c new file mode 100644 index 000000000000..74f48047480f --- /dev/null +++ b/x11-wm/spectrwm/files/patch-spectrwm.c @@ -0,0 +1,11 @@ +--- spectrwm.c.orig 2013-04-29 23:55:24.573913339 +0200 ++++ spectrwm.c 2013-04-29 23:55:44.031914326 +0200 +@@ -6316,7 +6316,7 @@ + void + setup_spawn(void) + { +- setconfspawn("lock", "xlock", 0); ++ setconfspawn("lock", "xlock", SWM_SPAWN_OPTIONAL); + + setconfspawn("term", "xterm", 0); + setconfspawn("spawn_term", "xterm", 0); |