From f84960fe0373dc6864e876b9feaab7a64166f121 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 19 Apr 2023 02:42:35 +0300 Subject: [PATCH] xfce4-terminal --- desktop/xfce/base/xfce4-terminal/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/xfce/base/xfce4-terminal/actions.py b/desktop/xfce/base/xfce4-terminal/actions.py index 6bedb07695..a117136462 100644 --- a/desktop/xfce/base/xfce4-terminal/actions.py +++ b/desktop/xfce/base/xfce4-terminal/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def setup(): pisitools.cflags.add("-Wno-deprecated-declarations") - autotools.autoreconf("-fiv") + #autotools.autoreconf("-fiv") # shelltools.system("NOCONFIGURE=1 ./autogen.sh") autotools.configure("--disable-static")