0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/spek/autogen.sh.patch
2022-09-27 05:53:28 +09:00

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" "$@"