summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-10-28 14:56:08 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-10-28 14:56:08 +0000
commitea9498ce7c707dbd339cd38b2c387b6fe0cecec1 (patch)
treef94df4762f7346ba82a8fe94c5ab7360c3e53b1c /www-client/dillo/files
parentVersion bump (diff)
downloadgentoo-2-ea9498ce7c707dbd339cd38b2c387b6fe0cecec1.tar.gz
gentoo-2-ea9498ce7c707dbd339cd38b2c387b6fe0cecec1.tar.bz2
gentoo-2-ea9498ce7c707dbd339cd38b2c387b6fe0cecec1.zip
Replaced new i18n patch. Added -j1 to emake install cause parallel install borked.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'www-client/dillo/files')
-rw-r--r--www-client/dillo/files/dillo-0.8.6-gentoo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-client/dillo/files/dillo-0.8.6-gentoo.patch b/www-client/dillo/files/dillo-0.8.6-gentoo.patch
new file mode 100644
index 000000000000..c85b02f676e8
--- /dev/null
+++ b/www-client/dillo/files/dillo-0.8.6-gentoo.patch
@@ -0,0 +1,13 @@
+diff -Naur dillo-0.8.6.orig/po/Makefile.in.in dillo-0.8.6/po/Makefile.in.in
+--- dillo-0.8.6.orig/po/Makefile.in.in 2008-08-21 08:10:49.000000000 +0900
++++ dillo-0.8.6/po/Makefile.in.in 2008-08-21 08:12:57.000000000 +0900
+@@ -27,8 +27,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-#mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@