homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

vte3 0.70.0

Open cho-m opened this issue 1 year ago • 1 comments

Created with brew bump-formula-pr.

cho-m avatar Sep 21 '22 23:09 cho-m

Upstream does have some build defines for BSD platforms:

  • Unset _POSIX_C_SOURCE on FreeBSD
  • Set _NETBSD_SOURCE on NetBSD

macOS is probably going to need something similar to get W_EXITCODE:

#if (!defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE))
#define WCOREDUMP(x)    (_W_INT(x) & WCOREFLAG)

#define W_EXITCODE(ret, sig)    ((ret) << 8 | (sig))
#define W_STOPCODE(sig)         ((sig) << 8 | _WSTOPPED)
#endif /* (!defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)) */

cho-m avatar Sep 21 '22 23:09 cho-m

:robot: A scheduled task has triggered a merge.

BrewTestBot avatar Sep 23 '22 08:09 BrewTestBot