diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-07 21:21:02 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-07 21:21:02 +0100 |
commit | 8523a8508b3b3350547e842ace63b10bd22a8fe7 (patch) | |
tree | ec857c433df6af1ffe8eb109296d748d87dd8f07 /patches | |
parent | 754104858b77167068662d62fa732395352ced23 (diff) | |
download | midipix_build-8523a8508b3b3350547e842ace63b10bd22a8fe7.tar.bz2 midipix_build-8523a8508b3b3350547e842ace63b10bd22a8fe7.tar.xz |
weechat: patch autogen.sh to run autoreconf w/o -f so that it doesn't overwrite our config.sub.
build/pkg.build: adds `patch_pre' build step.
etc/build.usage: updated to document the above.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/weechat-1.6_pre.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/weechat-1.6_pre.local.patch b/patches/weechat-1.6_pre.local.patch new file mode 100644 index 00000000..53b07365 --- /dev/null +++ b/patches/weechat-1.6_pre.local.patch @@ -0,0 +1,11 @@ +--- weechat-1.6/autogen.sh.orig 2016-10-02 09:35:04.000000000 +0200 ++++ weechat-1.6/autogen.sh 2016-12-07 21:16:43.722726800 +0100 +@@ -64,7 +64,7 @@ + run "rm -rf intl" + + # execute autoreconf cmds +-run "autoreconf -fvi" ++run "autoreconf -vi" + + # ending + rm -f $AUTOGEN_LOG |