pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-mod_wsgi/patches



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 19 14:12:29 UTC 2021

Added Files:
        pkgsrc/www/py-mod_wsgi/patches: patch-src_server_wsgi__python.h

Log Message:
py-mod_wsgi: remove reference to non-existent header

To fix build


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/py-mod_wsgi/patches/patch-src_server_wsgi__python.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-mod_wsgi/patches/patch-src_server_wsgi__python.h
diff -u /dev/null pkgsrc/www/py-mod_wsgi/patches/patch-src_server_wsgi__python.h:1.1
--- /dev/null   Sun Dec 19 14:12:29 2021
+++ pkgsrc/www/py-mod_wsgi/patches/patch-src_server_wsgi__python.h      Sun Dec 19 14:12:29 2021
@@ -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