mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
x11-fm/leftww: Fix build.
This commit is contained in:
parent
51f59aa3d2
commit
f4b31e8235
11
x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs
Normal file
11
x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/bin/leftwm-check.rs.orig 2021-05-19 07:15:38 UTC
|
||||
+++ src/bin/leftwm-check.rs
|
||||
@@ -37,7 +37,7 @@ async fn main() -> Result<()> {
|
||||
);
|
||||
println!(
|
||||
"\x1b[0;94m::\x1b[0m LeftWM git hash: {}",
|
||||
- git_version::git_version!()
|
||||
+ git_version::git_version!(fallback = "NONE")
|
||||
);
|
||||
println!("\x1b[0;94m::\x1b[0m Loading configuration . . .");
|
||||
match load_from_file(config_file, verbose) {
|
@ -1,5 +1,6 @@
|
||||
bin/leftwm
|
||||
bin/leftwm-check
|
||||
bin/leftwm-command
|
||||
bin/leftwm-state
|
||||
bin/leftwm-worker
|
||||
%%THEMES%%%%DATADIR%%/themes/README.md
|
||||
|
Loading…
Reference in New Issue
Block a user