Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 761548 Details for
Bug 830749
gui-apps/waybar-0.9.8: fails to build with >=dev-libs/libfmt-8.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch posted in upstream
test-libfmt-specs.patch (text/plain), 605 bytes, created by
Juan Pablo
on 2022-01-08 02:01:12 UTC
(
hide
)
Description:
patch posted in upstream
Filename:
MIME Type:
Creator:
Juan Pablo
Created:
2022-01-08 02:01:12 UTC
Size:
605 bytes
patch
obsolete
>--- a/src/modules/clock.cpp >+++ b/src/modules/clock.cpp >@@ -233,8 +233,9 @@ struct fmt::formatter<waybar_time> : fmt::formatter<std::tm> { > template <typename FormatContext> > auto format(const waybar_time& t, FormatContext& ctx) { > #if FMT_VERSION >= 80000 >- auto& tm_format = specs; >+//auto& tm_format = specs; > #endif >- return format_to(ctx.out(), "{}", date::format(t.locale, fmt::to_string(tm_format), t.ztime)); >+// return format_to(ctx.out(), "{}", date::format(t.locale, fmt::to_string(tm_format), t.ztime)); >+ return fmt::formatter<std::tm>::format((const std::tm&) t, ctx); > } > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 830749
:
761546
|
761547
| 761548