mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
13 lines
467 B
C
13 lines
467 B
C
--- headless/lib/headless_macros.h.orig 2019-03-15 06:25:45 UTC
|
|
+++ headless/lib/headless_macros.h
|
|
@@ -7,8 +7,8 @@
|
|
|
|
#include "build/build_config.h"
|
|
|
|
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
|
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD)
|
|
#define HEADLESS_USE_BREAKPAD
|
|
-#endif // defined(OS_POSIX) && !defined(OS_MACOSX)
|
|
+#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD)
|
|
|
|
#endif // HEADLESS_LIB_HEADLESS_MACROS_H_
|