On 16 May, Matthias Seidel wrote:
> Hi Don,
> 
> Am 15.05.20 um 21:30 schrieb Don Lewis:
>>
>> Nope.  I am able to build AOO420 git revision d12e928220 from late
>> January using gmake 4.3.
> 
> Have there been significant changes to the build system in the past 4 month?
> Maybe you could try it with a more recent revision...

Looks like someone applied this patch to the FreeBSD port:

--- 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
     ))\



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to