ec4c2d75fa
```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
441 B
Diff
13 lines
441 B
Diff
Taken from libgme package.
|
|
|
|
--- a/thirdparty/game-music-emu/gme/blargg_endian.h
|
|
+++ b/thirdparty/game-music-emu/gme/blargg_endian.h
|
|
@@ -36,7 +36,7 @@
|
|
#endif
|
|
|
|
#if defined (MSB_FIRST) || defined (__BIG_ENDIAN__) || defined (WORDS_BIGENDIAN) || \
|
|
- defined (__sparc__) || BLARGG_CPU_POWERPC || \
|
|
+ defined (__sparc__) || \
|
|
(defined (BIG_ENDIAN) && BIG_ENDIAN+0 != 4321)
|
|
#define BLARGG_BIG_ENDIAN 1
|
|
#elif !defined (__mips__)
|