mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
693 B
C
11 lines
693 B
C
--- base/functional/unretained_traits.h.orig 2024-04-15 20:33:42 UTC
|
|
+++ base/functional/unretained_traits.h
|
|
@@ -93,7 +93,7 @@ struct SupportsUnretainedImpl {
|
|
// official builds, and then in non-test code as well.
|
|
#if defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS) || \
|
|
(!defined(UNIT_TEST) && !defined(OFFICIAL_BUILD) && \
|
|
- (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)))
|
|
+ (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)))
|
|
static_assert(v,
|
|
"Argument requires unretained storage, but type is not "
|
|
"fully defined. This prevents determining whether "
|