diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-26 14:00:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-26 14:00:21 +0000 |
commit | d762d08d79e61d42dcdb58c183b53c8a6dfcb58b (patch) | |
tree | 91abe382eead1322ccb6632490251194d00a682a /dev-util/vdkbuilder/files | |
parent | Bumping to 1.5_pre20100921 (diff) | |
download | gentoo-2-d762d08d79e61d42dcdb58c183b53c8a6dfcb58b.tar.gz gentoo-2-d762d08d79e61d42dcdb58c183b53c8a6dfcb58b.tar.bz2 gentoo-2-d762d08d79e61d42dcdb58c183b53c8a6dfcb58b.zip |
Fix building with make >= 3.82 wrt #334847 by Diego E. Pettenò.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/vdkbuilder/files')
-rw-r--r-- | dev-util/vdkbuilder/files/vdkbuilder-2.4.0-make-382.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/vdkbuilder/files/vdkbuilder-2.4.0-make-382.patch b/dev-util/vdkbuilder/files/vdkbuilder-2.4.0-make-382.patch new file mode 100644 index 000000000000..4b0dc099607c --- /dev/null +++ b/dev-util/vdkbuilder/files/vdkbuilder-2.4.0-make-382.patch @@ -0,0 +1,23 @@ +http://bugs.gentoo.org/334847 + +--- intl/Makefile.in ++++ intl/Makefile.in +@@ -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. |