diff options
Diffstat (limited to 'app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch')
-rw-r--r-- | app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch b/app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch new file mode 100644 index 000000000000..bbad1b6c5f2c --- /dev/null +++ b/app-admin/gtkdiskfree/files/gtkdiskfree-1.9.3-make-382.patch @@ -0,0 +1,22 @@ +diff -ur gtkdiskfree-1.9.3.orig/intl/Makefile.in gtkdiskfree-1.9.3/intl/Makefile.in +--- gtkdiskfree-1.9.3.orig/intl/Makefile.in 2002-11-16 13:34:20.000000000 +0200 ++++ gtkdiskfree-1.9.3/intl/Makefile.in 2010-08-20 20:38:58.000000000 +0300 +@@ -202,12 +202,12 @@ + # The dependency for intlh.inst is different in gettext and all other + # packages. Because we cannot you GNU make features we have to solve + # the problem while rewriting Makefile.in. +-@GT_YES@intlh.inst: intlh.inst.in ../config.status +-@GT_YES@ cd .. \ +-@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \ +-@GT_YES@ $(SHELL) ./config.status +-@GT_NO@.PHONY: intlh.inst +-@GT_NO@intlh.inst: ++intlh.inst: intlh.inst.in ../config.status ++ cd .. \ ++ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \ ++ $(SHELL) ./config.status ++.PHONY: intlh.inst ++intlh.inst: + + # Tell versions [3.59,3.63) of GNU make not to export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |