]> git.pld-linux.org Git - packages/w3m.git/commitdiff
fix build by dropping no longer provided AM_LANGINFO_CODESET macro
authorJan Palus <atler@pld-linux.org>
Tue, 12 Jan 2021 19:35:27 +0000 (20:35 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 12 Jan 2021 20:07:21 +0000 (21:07 +0100)
w3m-configure.patch [new file with mode: 0644]
w3m.spec

diff --git a/w3m-configure.patch b/w3m-configure.patch
new file mode 100644 (file)
index 0000000..4d121bd
--- /dev/null
@@ -0,0 +1,16 @@
+--- w3m-0.5.3/configure.ac.orig        2021-01-12 20:33:09.667706508 +0100
++++ w3m-0.5.3/configure.ac     2021-01-12 20:34:11.974071518 +0100
+@@ -154,13 +154,6 @@
+ AC_FUNC_STRFTIME
+ AC_FUNC_WAIT3
+ AC_FUNC_SETPGRP
+-case "$host_os" in
+-  *cygwin*)
+-    ;;
+-  *)
+-    AM_LANGINFO_CODESET
+-    ;;
+-esac
+ AC_W3M_SYS_ERRLIST
+ AC_W3M_SIGSETJMP
+ AC_W3M_SIGNAL
index 04a3dcd1e5b5b361e6f1c939c74e969cbe2be55a..8aca50574f4cc78a181e988d07dbfd9634ef662e 100644 (file)
--- a/w3m.spec
+++ b/w3m.spec
@@ -24,6 +24,7 @@ Patch4:               %{name}-gc.patch
 Patch5:                format-security.patch
 Patch6:                ac-gettext.patch
 Patch7:                openssl.patch
+Patch8:                %{name}-configure.patch
 URL:           http://w3m.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -98,6 +99,7 @@ na linuksowym framebufferze.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %{__sed} '/^AC_PROG_CXX$/d' -i configure.ac
 
This page took 3.715597 seconds and 4 git commands to generate.