]> git.pld-linux.org Git - packages/vacm.git/commitdiff
fix autotools invocation on modern systems
authorJan Palus <atler@pld-linux.org>
Sun, 4 Oct 2020 22:09:14 +0000 (00:09 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 4 Oct 2020 22:09:14 +0000 (00:09 +0200)
vacm-gettext.patch [new file with mode: 0644]
vacm.spec

diff --git a/vacm-gettext.patch b/vacm-gettext.patch
new file mode 100644 (file)
index 0000000..56cddc8
--- /dev/null
@@ -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])
index 2164875a18eb7bdd3352cd8c79a335cf4e4502e8..75eb360869c6251e20becbf55de28c0065b9a059 100644 (file)
--- 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/\r//g' nexxus/nexxus_modules/emp/include/iana_list.h
 
This page took 0.121589 seconds and 4 git commands to generate.