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 ```
13 lines
455 B
Diff
13 lines
455 B
Diff
--- a/argp/argp-fmtstream.h 2016-11-30 11:59:03.981286513 +0400
|
||
+++ b/argp/argp-fmtstream.h 2016-11-30 12:00:49.524271289 +0400
|
||
@@ -199,8 +199,8 @@
|
||
extern void __argp_fmtstream_update (argp_fmtstream_t __fs);
|
||
extern int _argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
|
||
extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
|
||
-
|
||
-#ifdef __OPTIMIZE__
|
||
+
|
||
+#if 0
|
||
/* Inline versions of above routines. */
|
||
|
||
#if !_LIBC
|