pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-mod_wsgi/patches py-mod_wsgi: remove reference ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f7705b63264
branches:  trunk
changeset: 771578:7f7705b63264
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 19 14:12:29 2021 +0000

description:
py-mod_wsgi: remove reference to non-existent header

To fix build

diffstat:

 www/py-mod_wsgi/patches/patch-src_server_wsgi__python.h |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 7cd4e34d715b -r 7f7705b63264 www/py-mod_wsgi/patches/patch-src_server_wsgi__python.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-mod_wsgi/patches/patch-src_server_wsgi__python.h   Sun Dec 19 14:12:29 2021 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_server_wsgi__python.h,v 1.1 2021/12/19 14:12:29 wiz Exp $
+
+Remove reference to non-existent file.
+
+--- src/server/wsgi_python.h.orig      2020-02-16 23:02:48.000000000 +0000
++++ src/server/wsgi_python.h
+@@ -41,7 +41,6 @@
+ 
+ #include "structmember.h"
+ #include "compile.h"
+-#include "node.h"
+ #include "osdefs.h"
+ #include "frameobject.h"
+ 



Home | Main Index | Thread Index | Old Index