]> git.pld-linux.org Git - packages/w3m.git/commitdiff
- fix missing mkdir_p in po/Makefile.in
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Jan 2015 16:42:25 +0000 (16:42 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Jan 2015 16:42:25 +0000 (16:42 +0000)
ac-gettext.patch [new file with mode: 0644]
w3m.spec

diff --git a/ac-gettext.patch b/ac-gettext.patch
new file mode 100644 (file)
index 0000000..9b4c30d
--- /dev/null
@@ -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])
index 2a903a2596964000e67f3a474c527ecfb9c4c5a3..a6f24a3f4681f93547bd6d96b4be4601b619d53d 100644 (file)
--- 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 \
This page took 0.105898 seconds and 4 git commands to generate.