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 ```
11 lines
457 B
Diff
11 lines
457 B
Diff
--- a/configure.ac 2003-08-09 19:04:33.000000000 +0200
|
|
+++ b/configure.ac 2018-01-17 20:56:10.468995248 +0100
|
|
@@ -82,7 +82,7 @@
|
|
--> compiling without sound support
|
|
--------------------------------------------------]))
|
|
|
|
-AC_CHECK_LIB([vorbis], [ov_open],, AC_MSG_WARN([
|
|
+AC_CHECK_LIB([vorbis], [vorbis_analysis_init],, AC_MSG_WARN([
|
|
--------------------------------------------------
|
|
libvorbis not found!
|
|
You need the Vorbis libs installed if you want
|