On Mon, 23 Mar 2026 12:29:25 GMT, Harald Eilertsen <[email protected]> wrote:

>> Updates the makefiles to set up for compilation and building for *BSD.
>> This is a cleaned up diff towards the existing BSD port from the
>> battleblow/jdk repository.
>> 
>> Some parts have been held back for later PRs, mainly because I expect
>> them to require more thorough review. (Some is also probably outdated,
>> and we'll go through those first.)
>> 
>> This work is sponsored by The FreeBSD Foundation.
>> 
>> Co-authored-by: @battleblow 
>> Co-authored-by: @bsdkurt
>
> Harald Eilertsen has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Fix review comments

make/modules/jdk.sctp/Lib.gmk line 31:

> 29: 
> 30: SCTP_SUPPORTED=
> 31: ifeq ($(call Or $(call isTargetOs, linux) $(call isTargetOsEnv, 
> bsd.freebsd)), true)

Missing comma after Or.

-------------

PR Review Comment: 
https://git.openjdk.org/bsd-port/pull/6#discussion_r2988561424

Reply via email to