termux-packages/x11-packages/spek/autogen.sh.patch

11 lines
203 B
Diff

--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,6 @@
(
cd "$srcdir" &&
touch config.rpath &&
- autoreconf -fiv
+ autoreconf -fiv -Im4
) || exit
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"