On Wed, 25 Mar 2026 14:17:58 GMT, Erik Joelsson <[email protected]> wrote:
>> 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. Good catch! Fixed now. Seemed to work without it too, but not sure why. Looks like it's the first non-test use of this macro :) ------------- PR Review Comment: https://git.openjdk.org/bsd-port/pull/6#discussion_r2993862681
