ports/devel/electron25/files/patch-third__party_libxml_linux_config.h
Hiroki Tagato 611c0053ff devel/electron25: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
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/
2023-06-27 16:12:40 +09:00

12 lines
347 B
C

--- third_party/libxml/linux/config.h.orig 2022-12-14 08:02:29 UTC
+++ third_party/libxml/linux/config.h
@@ -72,6 +72,9 @@
/* Define to 1 if you have the `putenv' function. */
#define HAVE_PUTENV 1
+/* Define to 1 if you have the `arc4random' function. */
+#define HAVE_ARC4RANDOM 1
+
/* Define to 1 if you have the `rand_r' function. */