mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00: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/
12 lines
359 B
C
12 lines
359 B
C
--- third_party/libxml/linux/config.h.orig 2023-10-19 19:59:12 UTC
|
|
+++ third_party/libxml/linux/config.h
|
|
@@ -69,6 +69,9 @@
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
#define HAVE_PTHREAD_H /**/
|
|
|
|
+/* Define to 1 if you have the `arc4random' function. */
|
|
+#define HAVE_ARC4RANDOM 1
|
|
+
|
|
/* Define to 1 if you have the `rand_r' function. */
|
|
|
|
|