diff options
author | mezz <mezz@FreeBSD.org> | 2011-03-13 01:23:49 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-03-13 01:23:49 +0800 |
commit | 1534d4f4bd7acac29a3ff4d44f812ee5eeefea4b (patch) | |
tree | dc263dfa1e7b4873447e00b5a6c63e3ea96ea16b /devel/ORBit | |
parent | a736bed264fe7403f20299267fbb07eb6b01a59d (diff) | |
download | freebsd-ports-gnome-1534d4f4bd7acac29a3ff4d44f812ee5eeefea4b.tar.gz freebsd-ports-gnome-1534d4f4bd7acac29a3ff4d44f812ee5eeefea4b.tar.zst freebsd-ports-gnome-1534d4f4bd7acac29a3ff4d44f812ee5eeefea4b.zip |
Fix the build with gmake-3.82. The upstream has forgotten to delete the
'@GT_YES@' in the popt/intl/Makefile.in as there is nothing in configure
to replace the 'popt/intl/Makefile.in'.
Reported by: pointyhat-exp with gmake 3.82 (linimon)
Tested with: ade's gmake 3.82 patch on devel/gmake only
Diffstat (limited to 'devel/ORBit')
-rw-r--r-- | devel/ORBit/files/patch-gmake-3.82 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/ORBit/files/patch-gmake-3.82 b/devel/ORBit/files/patch-gmake-3.82 new file mode 100644 index 000000000000..b6d54a83f6e9 --- /dev/null +++ b/devel/ORBit/files/patch-gmake-3.82 @@ -0,0 +1,19 @@ +--- popt/intl/Makefile.in.orig 2011-03-12 11:05:05.000000000 -0600 ++++ popt/intl/Makefile.in 2011-03-12 11:05:54.000000000 -0600 +@@ -199,16 +199,6 @@ + cd .. \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +-# 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. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |