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 /editors/glimmer | |
parent | 9cdeec96c134d87226d71d31195c647c6b761885 (diff) | |
download | ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip |
Notes
Diffstat (limited to 'editors/glimmer')
-rw-r--r-- | editors/glimmer/files/patch-intl::Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/glimmer/files/patch-intl::Makefile.in b/editors/glimmer/files/patch-intl::Makefile.in new file mode 100644 index 000000000000..80264a7d1b9a --- /dev/null +++ b/editors/glimmer/files/patch-intl::Makefile.in @@ -0,0 +1,15 @@ +--- intl/Makefile.in.orig 2000-11-09 17:30:01.000000000 -0600 ++++ intl/Makefile.in 2011-03-25 13:42:37.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. |