7fc9190f0e
* gcc is kept at -Np0, because of void-cross ```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
275 B
Diff
11 lines
275 B
Diff
--- a/src/connectiontcpserver.cpp 2017-02-21 13:32:58.000000000 +0100
|
|
+++ b/src/connectiontcpserver.cpp 2018-01-03 08:38:57.121764510 +0100
|
|
@@ -51,7 +51,7 @@
|
|
#endif
|
|
|
|
#include <cstdlib>
|
|
-#include <string>
|
|
+#include <string.h>
|
|
|
|
#ifndef _WIN32_WCE
|
|
# include <sys/types.h>
|