summaryrefslogtreecommitdiff
path: root/net-p2p/dctc-gui
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 /net-p2p/dctc-gui
parentThe install process checks the validity of sudoers before installing (diff)
Update to GNU make 3.82 after numerous -exp runs.
Notes
Notes: svn path=/head/; revision=272537
Diffstat (limited to 'net-p2p/dctc-gui')
-rw-r--r--net-p2p/dctc-gui/files/patch-intl_Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-p2p/dctc-gui/files/patch-intl_Makefile.in b/net-p2p/dctc-gui/files/patch-intl_Makefile.in
new file mode 100644
index 000000000000..4c4215613998
--- /dev/null
+++ b/net-p2p/dctc-gui/files/patch-intl_Makefile.in
@@ -0,0 +1,15 @@
+--- intl/Makefile.in.orig 2001-09-02 01:58:14.000000000 -0500
++++ intl/Makefile.in 2011-03-25 13:27:57.000000000 -0500
+@@ -201,12 +201,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.