void-packages/srcpkgs/libfreehand/patches/umachine.patch
Đoàn Trần Công Danh 861ac185a6 srcpkgs/l*: convert patches to -Np1
```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
```
2021-06-20 13:17:29 +07:00

12 lines
352 B
Diff

--- a/src/lib/libfreehand_utils.cpp 2017-09-16 12:28:50.000000000 +0200
+++ b/src/lib/libfreehand_utils.cpp 2020-06-27 12:18:04.687184906 +0200
@@ -10,6 +10,8 @@
#include <cstdarg>
#include <cstdio>
+#define UPRV_BLOCK_MACRO_BEGIN
+#define UPRV_BLOCK_MACRO_END
#include <unicode/utf8.h>
#include <unicode/utf16.h>
#include "libfreehand_utils.h"