<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5450a25ff2852325808ec9e73ded904640244422">https://github.com/macports/macports-ports/commit/5450a25ff2852325808ec9e73ded904640244422</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 5450a25ff28 python34: build fix for older systems
</span>5450a25ff28 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5450a25ff2852325808ec9e73ded904640244422
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Apr 1 11:36:58 2021 +1100

<span style='display:block; white-space:pre;color:#404040;'>    python34: build fix for older systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62593
</span>---
 lang/python34/files/patch-Python-random.c.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python34/files/patch-Python-random.c.diff b/lang/python34/files/patch-Python-random.c.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 42acbd4005e..1860f7025d6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python34/files/patch-Python-random.c.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python34/files/patch-Python-random.c.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@
</span>  #ifdef HAVE_SYS_STAT_H
  #include <sys/stat.h>
  #endif
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+#ifdef HAVE_SYS_RANDOM_H
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#if defined(HAVE_GETENTROPY) && defined(HAVE_SYS_RANDOM_H)
</span> +#include <sys/random.h>
 +#endif
  #endif
</pre><pre style='margin:0'>

</pre>