04b9978a29
* wine 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 ```
12 lines
273 B
Diff
12 lines
273 B
Diff
--- a/Makefile.in 2014-12-11 02:14:39.418518774 +0100
|
|
+++ b/Makefile.in 2014-12-11 02:16:30.418510467 +0100
|
|
@@ -21,6 +21,8 @@ ifeq ($(PC_LIBS),)
|
|
endif
|
|
LIBS+=$(PC_LIBS)
|
|
|
|
+wvdial-LIBS+= -luniconf
|
|
+
|
|
BINDIR=${prefix}/bin
|
|
MANDIR=${prefix}/share/man
|
|
PPPDIR=/etc/ppp/peers
|
|
|