Hi Don,

Am 18.05.20 um 01:26 schrieb Don Lewis:
>
> 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
>      ))\
>
Whatever that additional space does, I am doing a Windows build right
now with make 4.3.

Let's see if that is successful! ;-)

Regards,

   Matthias

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to