aboutsummaryrefslogtreecommitdiff
path: root/net/gensio
diff options
context:
space:
mode:
Diffstat (limited to 'net/gensio')
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch b/net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch
new file mode 100644
index 000000000..adf60ce3a
--- /dev/null
+++ b/net/gensio/patches/0001-Ensure-that-ax_python_devel_found_is_defined.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -2002,6 +2002,7 @@ if test "x$trypython" = "xyes"; then
+ PYTHON_CPPFLAGS="$pythoncflags"
+ fi
+ AX_PYTHON_DEVEL([], [true])
++ ax_python_devel_found=yes
+ else
+ ax_python_devel_found=no
+ fi