[packages/vacm] fix autotools invocation on modern systems

atler atler at pld-linux.org
Mon Oct 5 00:49:15 CEST 2020


commit 0c8e9389f6e09e1cbb92fadb1a73d1c257ab2fb8
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Oct 5 00:09:14 2020 +0200

    fix autotools invocation on modern systems

 vacm-gettext.patch | 19 +++++++++++++++++++
 vacm.spec          |  2 ++
 2 files changed, 21 insertions(+)
---
diff --git a/vacm.spec b/vacm.spec
index 2164875..75eb360 100644
--- a/vacm.spec
+++ b/vacm.spec
@@ -21,6 +21,7 @@ Patch1:		%{name}-sh.patch
 Patch2:		%{name}-link.patch
 Patch3:		dvips.patch
 Patch4:		openssl.patch
+Patch5:		%{name}-gettext.patch
 URL:		http://vacm.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -196,6 +197,7 @@ Dokumentacja do VACM-a.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %{__sed} -i -e 's/
//g' nexxus/nexxus_modules/emp/include/iana_list.h
 
diff --git a/vacm-gettext.patch b/vacm-gettext.patch
new file mode 100644
index 0000000..56cddc8
--- /dev/null
+++ b/vacm-gettext.patch
@@ -0,0 +1,19 @@
+diff --color -urN vacm-2.0.5a.orig/clients/flim/configure.in vacm-2.0.5a/clients/flim/configure.in
+--- vacm-2.0.5a.orig/clients/flim/configure.in	2001-05-15 04:55:51.000000000 +0200
++++ vacm-2.0.5a/clients/flim/configure.in	2020-10-05 00:06:02.947648168 +0200
+@@ -25,7 +25,7 @@
+ 
+ dnl Add the languages which your application supports here.
+ ALL_LINGUAS="ja ko"
+-AM_GNU_GETTEXT
++AM_GNU_GETTEXT([external])
+ 
+ SSL_LIBS=""
+ AC_ARG_ENABLE(ssl, [  --enable-ssl            build with OpenSSL support],
+@@ -71,5 +71,5 @@
+ Makefile
+ src/Makefile
+ plugins/Makefile
+-intl/Makefile po/Makefile.in])
++po/Makefile.in])
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vacm.git/commitdiff/97181cb8d6c53adc67dbb7a5a2d54178693b2711



More information about the pld-cvs-commit mailing list