ae69000001
* arduino and antiword 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 ```
13 lines
334 B
Diff
13 lines
334 B
Diff
diff --git configure configure
|
|
index bc9a30e..95e7b3a 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -6254,6 +6254,8 @@ FROM_AFTERSTEP_CONFIGURE=yes
|
|
export FROM_AFTERSTEP_CONFIGURE
|
|
|
|
_def_lib_conf_opts=" \
|
|
+ --build=${build_alias} \
|
|
+ --host=${host_alias} \
|
|
--prefix=${prefix} \
|
|
--exec-prefix=${exec_prefix} \
|
|
--bindir=${bindir} \
|