diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2011-03-12 17:23:49 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2011-03-12 17:23:49 +0000 |
commit | 29c25140f0eecd49058b6ab4ac378be48ce03e81 (patch) | |
tree | 075fd9dea62bbb1fd084a72ae77ea798747fa6f2 /devel/ORBit | |
parent | 7ca4174d2341ccc0dd682810aebccf26e4cc98d4 (diff) | |
download | ports-29c25140f0eecd49058b6ab4ac378be48ce03e81.tar.gz ports-29c25140f0eecd49058b6ab4ac378be48ce03e81.zip |
Notes
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: |