FreeBSD Bugzilla – Attachment 236033 Details for
Bug 265393
x11/kitty: Update to 0.25.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Removing patch for static_assert
kitty-0.25.2-nopatch (text/plain), 990 bytes, created by
Alexis Praga
on 2022-08-21 09:08:34 UTC
(
hide
)
Description:
Removing patch for static_assert
Filename:
MIME Type:
Creator:
Alexis Praga
Created:
2022-08-21 09:08:34 UTC
Size:
990 bytes
patch
obsolete
>diff --git a/x11/kitty/files/patch-kitty_data-types.h b/x11/kitty/files/patch-kitty_data-types.h >deleted file mode 100644 >index fecb5ab2d450..000000000000 >--- a/x11/kitty/files/patch-kitty_data-types.h >+++ /dev/null >@@ -1,19 +0,0 @@ >---- kitty/data-types.h.orig 2022-08-13 20:17:56 UTC >-+++ kitty/data-types.h >-@@ -164,14 +164,14 @@ typedef struct { >- sprite_index sprite_x, sprite_y, sprite_z; >- CellAttrs attrs; >- } GPUCell; >--static_assert(sizeof(GPUCell) == 20, "Fix the ordering of GPUCell"); >-+_Static_assert(sizeof(GPUCell) == 20, "Fix the ordering of GPUCell"); >- >- typedef struct { >- char_type ch; >- hyperlink_id_type hyperlink_id; >- combining_type cc_idx[3]; >- } CPUCell; >--static_assert(sizeof(CPUCell) == 12, "Fix the ordering of CPUCell"); >-+_Static_assert(sizeof(CPUCell) == 12, "Fix the ordering of CPUCell"); >- >- typedef enum { UNKNOWN_PROMPT_KIND = 0, PROMPT_START = 1, SECONDARY_PROMPT = 2, OUTPUT_START = 3 } PromptKind; >- typedef union LineAttrs {
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 265393
:
235433
|
235572
|
235603
|
235604
|
235611
| 236033