summaryrefslogtreecommitdiff
path: root/lang/python36/patches/patch-pyconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python36/patches/patch-pyconfig.h.in')
-rw-r--r--lang/python36/patches/patch-pyconfig.h.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/python36/patches/patch-pyconfig.h.in b/lang/python36/patches/patch-pyconfig.h.in
new file mode 100644
index 00000000000..a19a6bc042d
--- /dev/null
+++ b/lang/python36/patches/patch-pyconfig.h.in
@@ -0,0 +1,16 @@
+$NetBSD: patch-pyconfig.h.in,v 1.1 2017/05/30 13:36:39 bouyer Exp $
+
+detect netcan/can.h on NetBSD
+
+--- pyconfig.h.in.orig 2017-05-30 12:31:24.586818399 +0200
++++ pyconfig.h.in 2017-05-30 12:32:29.367288479 +0200
+@@ -565,6 +565,9 @@
+ /* Define to 1 if you have the <linux/can/raw.h> header file. */
+ #undef HAVE_LINUX_CAN_RAW_H
+
++/* Define to 1 if you have the <netcan/can.h> header file. */
++#undef HAVE_NETCAN_CAN_H
++
+ /* Define to 1 if you have the <linux/netlink.h> header file. */
+ #undef HAVE_LINUX_NETLINK_H
+