fix for gmake 3.82:
replace some @FOO@ placeholders the configure script fails to substitute
This commit is contained in:
parent
00c7884f80
commit
daba9d37ed
22
x11/xtraceroute/patches/patch-intl_Makefile_in
Normal file
22
x11/xtraceroute/patches/patch-intl_Makefile_in
Normal file
@ -0,0 +1,22 @@
|
||||
$OpenBSD: patch-intl_Makefile_in,v 1.1 2010/10/24 17:59:48 naddy Exp $
|
||||
--- intl/Makefile.in.orig Sun Oct 24 11:48:37 2010
|
||||
+++ intl/Makefile.in Sun Oct 24 11:49:10 2010
|
||||
@@ -202,12 +202,12 @@ Makefile: Makefile.in ../config.status
|
||||
# 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.
|
Loading…
x
Reference in New Issue
Block a user