From 8523a8508b3b3350547e842ace63b10bd22a8fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Wed, 7 Dec 2016 21:21:02 +0100 Subject: 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. --- patches/weechat-1.6_pre.local.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/weechat-1.6_pre.local.patch (limited to 'patches') 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 -- cgit v1.2.3