From 062fc67874737c084ce2e9c011c1d1a5f71484f8 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 12 Oct 2017 19:46:50 +0200 Subject: [PATCH] irssi: don't rely on autogen.sh as it requires a git repo. --- net-irc/irssi/irssi-1.0.4.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-irc/irssi/irssi-1.0.4.recipe b/net-irc/irssi/irssi-1.0.4.recipe index 6d2720ffb..a2a739c3d 100644 --- a/net-irc/irssi/irssi-1.0.4.recipe +++ b/net-irc/irssi/irssi-1.0.4.recipe @@ -54,7 +54,8 @@ GLOBAL_WRITABLE_FILES=" BUILD() { chmod +x autogen.sh irssi-version.sh file2header.sh - ./autogen.sh $configureDirArgs --with-perl=module --with-socks \ + autoreconf -fi + runConfigure ./configure --with-perl=module --with-socks \ --with-proxy --enable-true-color make $jobArgs }