aboutsummaryrefslogtreecommitdiff
path: root/net/uwsgi/patches/020-uwsgiconfig-system-python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/uwsgi/patches/020-uwsgiconfig-system-python3.patch')
-rw-r--r--net/uwsgi/patches/020-uwsgiconfig-system-python3.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/uwsgi/patches/020-uwsgiconfig-system-python3.patch b/net/uwsgi/patches/020-uwsgiconfig-system-python3.patch
new file mode 100644
index 000000000..82522be19
--- /dev/null
+++ b/net/uwsgi/patches/020-uwsgiconfig-system-python3.patch
@@ -0,0 +1,10 @@
+Index: uwsgi-2.0.18/Makefile
+===================================================================
+--- uwsgi-2.0.18.orig/Makefile
++++ uwsgi-2.0.18/Makefile
+@@ -1,4 +1,4 @@
+-PYTHON := python
++PYTHON ?= python3
+
+ all:
+ $(PYTHON) uwsgiconfig.py --build $(PROFILE)