aboutsummaryrefslogtreecommitdiff
path: root/games/lgeneral
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
committerAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
commitfe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch)
tree6b96a59b96237deb8710fe2065d0c3393e7088bc /games/lgeneral
parent9cdeec96c134d87226d71d31195c647c6b761885 (diff)
downloadports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz
ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip
Update to GNU make 3.82 after numerous -exp runs.
Notes
Notes: svn path=/head/; revision=272537
Diffstat (limited to 'games/lgeneral')
-rw-r--r--games/lgeneral/files/patch-intl::Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/lgeneral/files/patch-intl::Makefile.in b/games/lgeneral/files/patch-intl::Makefile.in
new file mode 100644
index 000000000000..69babd49cae5
--- /dev/null
+++ b/games/lgeneral/files/patch-intl::Makefile.in
@@ -0,0 +1,15 @@
+--- intl/Makefile.in.orig 2006-05-29 11:43:09.000000000 -0500
++++ intl/Makefile.in 2011-03-25 14:51:01.000000000 -0500
+@@ -205,12 +205,2 @@
+
+-# 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:
+-
+ # Tell versions [3.59,3.63) of GNU make not to export all variables.