be5369a0cb
* fpc 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 ```
10 lines
466 B
Diff
10 lines
466 B
Diff
--- a/Source/LibPNG/pngpriv.h 2018-07-16 11:58:00.000000000 +0200
|
|
+++ b/Source/LibPNG/pngpriv.h 2018-08-07 10:15:53.827327997 +0200
|
|
@@ -107,6 +107,7 @@
|
|
* this in $(CC), e.g. "CC=gcc -mfpu=neon", but people who build libpng rarely
|
|
* do this.
|
|
*/
|
|
+#define PNG_ARM_NEON_OPT 0
|
|
#ifndef PNG_ARM_NEON_OPT
|
|
/* ARM NEON optimizations are being controlled by the compiler settings,
|
|
* typically the target FPU. If the FPU has been set to NEON (-mfpu=neon
|