diff options
author | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:54:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:54:35 +0000 |
commit | fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch) | |
tree | 6b96a59b96237deb8710fe2065d0c3393e7088bc /net-p2p | |
parent | 9cdeec96c134d87226d71d31195c647c6b761885 (diff) | |
download | ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/files/patch-intl_Makefile.in | 15 | ||||
-rw-r--r-- | net-p2p/fidelio/files/patch-intl::Makefile.in | 15 |
2 files changed, 30 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. diff --git a/net-p2p/fidelio/files/patch-intl::Makefile.in b/net-p2p/fidelio/files/patch-intl::Makefile.in new file mode 100644 index 000000000000..009c39e7f1d5 --- /dev/null +++ b/net-p2p/fidelio/files/patch-intl::Makefile.in @@ -0,0 +1,15 @@ +--- intl/Makefile.in.orig 2000-05-05 03:02:56.000000000 -0500 ++++ intl/Makefile.in 2011-03-25 13:34:41.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. |