dev-lang/python: Don't patch pyconfig.h.in either
authorMike Gilbert <floppym@gentoo.org>
Mon, 21 Sep 2015 19:18:21 +0000 (15:18 -0400)
committerMike Gilbert <floppym@gentoo.org>
Mon, 21 Sep 2015 19:18:21 +0000 (15:18 -0400)
Package-Manager: portage-2.2.20_p164

dev-lang/python/files/python-3.3-libressl.patch

index 72bd63b5f0a52e06384a371f377141c935c617c0..816704eb828f7269f9b6d462edfae93e2f231e83 100644 (file)
@@ -125,20 +125,3 @@ index 6a64bff..90f315a 100644
  
  # only check for sem_init if thread support is requested
  if test "$with_threads" = "yes" -o -z "$with_threads"; then
-diff --git a/pyconfig.h.in b/pyconfig.h.in
-index 0020300..0d37f67 100644
---- a/pyconfig.h.in
-+++ b/pyconfig.h.in
-@@ -660,6 +660,9 @@
- /* Define to 1 if you have the `pwrite' function. */
- #undef HAVE_PWRITE
-+/* Define if the libcrypto has RAND_egd */
-+#undef HAVE_RAND_EGD
-+
- /* Define to 1 if you have the `readlink' function. */
- #undef HAVE_READLINK
--- 
-2.5.2
-