Files
macports-ports/lang/python34/files/patch-pyconfig.h.in.diff
Dan Villiom Podlaski Christiansen fc9eb98fe8 python34: fix building on big sur (#9596)
Co-authored-by: Joshua Root <jmr@macports.org>
2021-01-02 21:17:56 +11:00

13 lines
329 B
Diff

--- pyconfig.h.in
+++ pyconfig.h.in
@@ -982,6 +982,9 @@
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
+/* Define to 1 if you have the <sys/random.h> header file. */
+#undef HAVE_SYS_RANDOM_H
+
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H