Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/dillo/files: dillo-0.8.6-gentoo.patch
Date: Tue, 28 Oct 2008 14:56:10
Message-Id: E1KupzM-0001f7-Pf@stork.gentoo.org
1 matsuu 08/10/28 14:56:08
2
3 Added: dillo-0.8.6-gentoo.patch
4 Log:
5 Replaced new i18n patch. Added -j1 to emake install cause parallel install borked.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 www-client/dillo/files/dillo-0.8.6-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/files/dillo-0.8.6-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/files/dillo-0.8.6-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: dillo-0.8.6-gentoo.patch
15 ===================================================================
16 diff -Naur dillo-0.8.6.orig/po/Makefile.in.in dillo-0.8.6/po/Makefile.in.in
17 --- dillo-0.8.6.orig/po/Makefile.in.in 2008-08-21 08:10:49.000000000 +0900
18 +++ dillo-0.8.6/po/Makefile.in.in 2008-08-21 08:12:57.000000000 +0900
19 @@ -27,8 +27,7 @@
20 INSTALL = @INSTALL@
21 INSTALL_DATA = @INSTALL_DATA@
22 MKINSTALLDIRS = @MKINSTALLDIRS@
23 -#mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
24 -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
25 +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
26
27 GMSGFMT = @GMSGFMT@
28 MSGFMT = @MSGFMT@