[packages/wterm] - rebuild configure, 2.13 generated file is not compatible with C23 compiler; release 7
qboosh
qboosh at pld-linux.org
Sat Jul 18 14:44:17 CEST 2026
commit 2101f48fb980f42bd1e71f12c657212a547decba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jul 18 14:44:22 2026 +0200
- rebuild configure, 2.13 generated file is not compatible with C23 compiler; release 7
wterm.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/wterm.spec b/wterm.spec
index 5b5d1d1..152ab2c 100644
--- a/wterm.spec
+++ b/wterm.spec
@@ -2,7 +2,7 @@ Summary: Terminal emulator for WindowMaker
Summary(pl.UTF-8): Emulator terminala dla WindowMakera
Name: wterm
Version: 6.2.9
-Release: 6
+Release: 7
License: GPL v2+
Group: X11/Applications
# host not found, now available at https://sourceforge.net/projects/wterm/ (but only as .tar.gz)
@@ -14,6 +14,7 @@ Patch0: %{name}-extern.patch
Patch1: %{name}-path.patch
URL: https://sourceforge.net/projects/wterm/
BuildRequires: WindowMaker-devel
+BuildRequires: autoconf
BuildRequires: xorg-lib-libX11-devel
BuildRequires: xorg-lib-libXpm-devel
# for <X11/Intrinsic.h>
@@ -36,7 +37,9 @@ przezroczystości tła czy przezroczysty pasek przewijania typu NeXT.
%patch -P1 -p1
%build
-%configure2_13 \
+%{__autoconf} -I autoconf autoconf/configure.in > configure
+%{__autoheader} -I autoconf autoconf/configure.in > autoconf/config.h.in
+%configure \
--enable-menubar \
--enable-next-scroll \
--enable-transparency \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wterm.git/commitdiff/2101f48fb980f42bd1e71f12c657212a547decba
More information about the pld-cvs-commit
mailing list