aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2011-03-13 02:13:38 +0800
committerChristian Weisgerber <naddy@FreeBSD.org>2011-03-13 02:13:38 +0800
commitf0f1df6391e1f8e9e2541270b5fa5beecc53a1ea (patch)
tree30e2cc154d061fbe66d7b1d9cf9eb45397902847
parente24cf70b93ad663fa514bf835bc51a7ee3997edf (diff)
downloadfreebsd-ports-gnome-f0f1df6391e1f8e9e2541270b5fa5beecc53a1ea.tar.gz
freebsd-ports-gnome-f0f1df6391e1f8e9e2541270b5fa5beecc53a1ea.tar.zst
freebsd-ports-gnome-f0f1df6391e1f8e9e2541270b5fa5beecc53a1ea.zip
Fix for gmake 3.82:
Replace some @FOO@ placeholders the configure script fails to substitute.
-rw-r--r--net/xtraceroute/files/patch-intl::Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/xtraceroute/files/patch-intl::Makefile.in b/net/xtraceroute/files/patch-intl::Makefile.in
new file mode 100644
index 000000000000..e222b51a73bf
--- /dev/null
+++ b/net/xtraceroute/files/patch-intl::Makefile.in
@@ -0,0 +1,21 @@
+--- intl/Makefile.in.orig
++++ 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.