diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2012-05-22 07:17:10 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2012-05-22 07:17:10 +0000 |
commit | 1c7d252e3688c64117d2000b66f7f58f7be56704 (patch) | |
tree | cddfd119c5b62d530a763b55e11e8101de03fe9f /net-wireless/wpa_supplicant/files | |
parent | marked x86 per bug 414985 (diff) | |
download | historical-1c7d252e3688c64117d2000b66f7f58f7be56704.tar.gz historical-1c7d252e3688c64117d2000b66f7f58f7be56704.tar.bz2 historical-1c7d252e3688c64117d2000b66f7f58f7be56704.zip |
Fixing building with GCC 4.7, fixing bug 409285
Package-Manager: portage-2.2.0_alpha107/cvs/Linux i686
Diffstat (limited to 'net-wireless/wpa_supplicant/files')
-rw-r--r-- | net-wireless/wpa_supplicant/files/wpa_supplicant-gcc470.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-gcc470.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-gcc470.patch new file mode 100644 index 000000000000..947a47665bfb --- /dev/null +++ b/net-wireless/wpa_supplicant/files/wpa_supplicant-gcc470.patch @@ -0,0 +1,15 @@ +--- ./wpa_supplicant/wpa_gui-qt4/wpagui.cpp_old 2012-03-22 10:32:40.397228118 +0000 ++++ ./wpa_supplicant/wpa_gui-qt4/wpagui.cpp 2012-03-22 10:33:04.150228188 +0000 +@@ -12,10 +12,10 @@ + * See README and COPYING for more details. + */ + +-#ifdef __MINGW32__ ++/* #ifdef __MINGW32__ */ + /* Need to get getopt() */ + #include <unistd.h> +-#endif ++/* #endif */ + + #ifdef CONFIG_NATIVE_WINDOWS + #include <windows.h> |