[packages/w3m] - fix missing mkdir_p in po/Makefile.in

baggins baggins at pld-linux.org
Thu Jan 1 17:42:50 CET 2015


commit 54e00e3a926259fb9b9dc0d1fc19bfa16f4a957f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Jan 1 16:42:25 2015 +0000

    - fix missing mkdir_p in po/Makefile.in

 ac-gettext.patch | 10 ++++++++++
 w3m.spec         |  3 +++
 2 files changed, 13 insertions(+)
---
diff --git a/w3m.spec b/w3m.spec
index 2a903a2..a6f24a3 100644
--- a/w3m.spec
+++ b/w3m.spec
@@ -19,6 +19,7 @@ Patch2:		%{name}-0.5.3-parallel-make.patch
 Patch3:		%{name}-0.5.2-fix_gcc_error.patch
 Patch4:		%{name}-gc.patch
 Patch5:		format-security.patch
+Patch6:		ac-gettext.patch
 URL:		http://w3m.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -89,6 +90,7 @@ na linuksowym framebufferze.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %{__sed} '/^AC_PROG_CXX$/d' -i configure.ac
 
@@ -98,6 +100,7 @@ cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %configure \
+	mkdir_p="mkdir -p" \
 	--enable-gopher \
 	--enable-image="x11,fb,fb+s" \
 	--enable-keymap=lynx \
diff --git a/ac-gettext.patch b/ac-gettext.patch
new file mode 100644
index 0000000..9b4c30d
--- /dev/null
+++ b/ac-gettext.patch
@@ -0,0 +1,10 @@
+--- w3m-0.5.3/configure.ac~	2015-01-01 15:41:54.000000000 +0000
++++ w3m-0.5.3/configure.ac	2015-01-01 15:42:37.464498865 +0000
+@@ -38,6 +38,7 @@
+ W3M_TARGET=$target
+ AC_DEFINE_UNQUOTED(W3M_TARGET, $W3M_TARGET)
+ 
++AM_PROG_MKDIR_P
+ AC_W3M_M17N
+ if test x$enable_messagel10n = xno; then
+  AM_GNU_GETTEXT([external])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/w3m.git/commitdiff/54e00e3a926259fb9b9dc0d1fc19bfa16f4a957f



More information about the pld-cvs-commit mailing list