2fd8d4df94
```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
340 B
Diff
11 lines
340 B
Diff
--- a/avilib/Makefile.am 2004-03-29 22:00:28.000000000 +0200
|
|
+++ b/avilib/Makefile.am 2015-08-30 13:57:05.720407860 +0200
|
|
@@ -5,7 +5,7 @@
|
|
|
|
noinst_LIBRARIES = libavi.a
|
|
|
|
-INCLUDES = -I./
|
|
+CFLAGS = -I$(top_srcdir)/avilib
|
|
|
|
CFLAGS=-O3 -funroll-loops -ffast-math -DLINUX -Wall @CFLAGS@
|
|
libavi_a_SOURCES = avilib.c avidump.c avimisc.c xio.c
|