mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -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/
18 lines
353 B
C
18 lines
353 B
C
--- third_party/wayland/include/config.h.orig 2024-01-03 23:43:11 UTC
|
|
+++ third_party/wayland/include/config.h
|
|
@@ -25,11 +25,14 @@
|
|
|
|
#undef HAVE_SYS_PROCCTL_H
|
|
|
|
+#if defined(__FreeBSD__)
|
|
+#define HAVE_SYS_UCRED_H
|
|
+#else
|
|
#undef HAVE_SYS_UCRED_H
|
|
+#endif
|
|
|
|
#define HAVE_XUCRED_CR_PID 0
|
|
|
|
#define PACKAGE "wayland"
|
|
|
|
#define PACKAGE_VERSION "1.21.0"
|
|
-
|