From 6009c41728f7afe3072ebfe70b0fac4e43d22a96 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Sat, 6 Aug 2016 22:55:09 +0200 Subject: Initial import Package-Manager: portage-2.2.26 --- ...ool-0.11_include-net-if.h-for-IFF_-macros.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-python/python-ethtool/files/python-ethtool-0.11_include-net-if.h-for-IFF_-macros.patch (limited to 'dev-python/python-ethtool/files') diff --git a/dev-python/python-ethtool/files/python-ethtool-0.11_include-net-if.h-for-IFF_-macros.patch b/dev-python/python-ethtool/files/python-ethtool-0.11_include-net-if.h-for-IFF_-macros.patch new file mode 100644 index 000000000000..f5cb92984ef9 --- /dev/null +++ b/dev-python/python-ethtool/files/python-ethtool-0.11_include-net-if.h-for-IFF_-macros.patch @@ -0,0 +1,24 @@ +From a43f582918d3295b7cdef9e056bf5b1c4eb2ef80 Mon Sep 17 00:00:00 2001 +From: Yaakov Selkowitz +Date: Mon, 22 Jun 2015 05:18:44 -0500 +Subject: [PATCH] Include net/if.h for IFF_* macros + +--- + python-ethtool/ethtool.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/python-ethtool/ethtool.c b/python-ethtool/ethtool.c +index 0f9cdbb..5415ec6 100644 +--- a/python-ethtool/ethtool.c ++++ b/python-ethtool/ethtool.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + + #include "etherinfo_struct.h" + #include "etherinfo_obj.h" +-- +2.1.0 + -- cgit v1.2.3