04b9978a29
* wine is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
11 lines
222 B
Diff
11 lines
222 B
Diff
--- a/src/c/arch/unix/cursesw/dpy.c
|
|
+++ b/src/c/arch/unix/cursesw/dpy.c
|
|
@@ -12,6 +12,8 @@
|
|
|
|
#define KEY_TIMEOUT (KEY_MAX + 1)
|
|
|
|
+typedef uint64_t u_int64_t;
|
|
+
|
|
#if defined A_ITALIC
|
|
static bool has_italics = false;
|
|
#endif
|