public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-iwscan/files: python-iwscan-20080402-wireless-tools-30.patch
@ 2011-02-16 20:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-02-16 20:57 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/02/16 20:57:10

  Added:                python-iwscan-20080402-wireless-tools-30.patch
  Log:
  Fix building with >=net-wireless/wireless-tools-30_pre9 (bug #352635).
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch?rev=1.1&content-type=text/plain

Index: python-iwscan-20080402-wireless-tools-30.patch
===================================================================
--- pyiwscan.c
+++ pyiwscan.c
@@ -13,6 +13,11 @@
 #include <structmember.h>
 #include <iwlib.h>
 
+/* PROC_NET_WIRELESS is defined in iwlib-private.h since wireless-tools-30_pre9 */
+#ifndef PROC_NET_WIRELESS
+#define PROC_NET_WIRELESS "/proc/net/wireless"
+#endif
+
 #define IWSCAN_VERSION_MAJOR  0
 #define IWSCAN_VERSION_MINOR  7
 #define IWSCAN_VERSION_MICRO  0






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-16 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 20:57 [gentoo-commits] gentoo-x86 commit in dev-python/python-iwscan/files: python-iwscan-20080402-wireless-tools-30.patch Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox