aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-4
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
commit7d4723292c529621329dafb7fc2aa27183da1eae (patch)
treeebef050ddf7b410c892c5607cd95abafad473cce /editors/openoffice-4
parent18bde20408d7061d471384faa0869b56273bcd8c (diff)
downloadports-7d4723292c529621329dafb7fc2aa27183da1eae.tar.gz
ports-7d4723292c529621329dafb7fc2aa27183da1eae.zip
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=534792
Diffstat (limited to 'editors/openoffice-4')
-rw-r--r--editors/openoffice-4/files/patch-gmake4311
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-4/files/patch-gmake43 b/editors/openoffice-4/files/patch-gmake43
new file mode 100644
index 000000000000..a32207fa2277
--- /dev/null
+++ b/editors/openoffice-4/files/patch-gmake43
@@ -0,0 +1,11 @@
+--- solenv/gbuild/Tempfile.mk.orig 2019-09-17 22:55:21 UTC
++++ solenv/gbuild/Tempfile.mk
+@@ -27,7 +27,7 @@ $(strip $(1)
+ $(eval gb_var2file_helpervar := $$(shell printf "%s" "" > $(1) ))\
+ $(foreach item,$(3),$(eval gb_var2file_curblock += $(item)
+ ifeq ($$(words $$(gb_var2file_curblock)),$(2))
+- gb_var2file_helpervar := $$(shell printf "%s" "$$(gb_var2file_curblock)" >> $(1) )
++ gb_var2file_helpervar := $$(shell printf " %s" "$$(gb_var2file_curblock)" >> $(1) )
+ gb_var2file_curblock :=
+ endif
+ ))\