mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
401 B
C
11 lines
401 B
C
--- lib/luajit-2.1.0-1e66d0f/src/lj_prng.c.orig 2020-10-31 04:27:35.000000000 +0100
|
|
+++ lib/luajit-2.1.0-1e66d0f/src/lj_prng.c 2020-11-02 21:47:49.484698000 +0100
|
|
@@ -116,7 +116,7 @@
|
|
#define LJ_TARGET_HAS_GETENTROPY 1
|
|
#endif
|
|
#elif LJ_TARGET_BSD || LJ_TARGET_SOLARIS || LJ_TARGET_CYGWIN
|
|
-#define LJ_TARGET_HAS_GETENTROPY 1
|
|
+#define LJ_TARGET_HAS_GETENTROPY 0
|
|
#endif
|
|
|
|
#if LJ_TARGET_HAS_GETENTROPY
|