mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 04:25:18 +02:00
```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 ```
10 lines
277 B
Diff
10 lines
277 B
Diff
--- a/svcore/base/test/TestVampRealTime.h 2017-08-13 18:03:48.667779610 +0200
|
|
+++ b/svcore/base/test/TestVampRealTime.h 2017-08-13 18:03:40.378733419 +0200
|
|
@@ -19,6 +19,7 @@
|
|
#include <QDir>
|
|
|
|
#include <iostream>
|
|
+#include <sys/time.h>
|
|
|
|
#include <vamp-hostsdk/RealTime.h>
|
|
|