Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/gtkdiskfree/files: gtkdiskfree-1.9.3-make-382.patch
Date: Fri, 20 Aug 2010 17:39:51
Message-Id: 20100820173948.853ED2004E@flycatcher.gentoo.org
1 ssuominen 10/08/20 17:39:48
2
3 Added: gtkdiskfree-1.9.3-make-382.patch
4 Log:
5 Fix building with make-3.82 wrt #333499 by Diego E. Pettenò.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch?rev=1.1&content-type=text/plain
13
14 Index: gtkdiskfree-1.9.3-make-382.patch
15 ===================================================================
16 diff -ur gtkdiskfree-1.9.3.orig/intl/Makefile.in gtkdiskfree-1.9.3/intl/Makefile.in
17 --- gtkdiskfree-1.9.3.orig/intl/Makefile.in 2002-11-16 13:34:20.000000000 +0200
18 +++ gtkdiskfree-1.9.3/intl/Makefile.in 2010-08-20 20:38:58.000000000 +0300
19 @@ -202,12 +202,12 @@
20 # The dependency for intlh.inst is different in gettext and all other
21 # packages. Because we cannot you GNU make features we have to solve
22 # the problem while rewriting Makefile.in.
23 -@GT_YES@×××××.inst: intlh.inst.in ../config.status
24 -@GT_YES@ cd .. \
25 -@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
26 -@GT_YES@ $(SHELL) ./config.status
27 -@GT_NO@.PHONY: intlh.inst
28 -@GT_NO@×××××.inst:
29 +intlh.inst: intlh.inst.in ../config.status
30 + cd .. \
31 + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
32 + $(SHELL) ./config.status
33 +.PHONY: intlh.inst
34 +intlh.inst:
35
36 # Tell versions [3.59,3.63) of GNU make not to export all variables.
37 # Otherwise a system limit (for SysV at least) may be exceeded.