diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-27 14:26:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-27 14:26:06 +0000 |
commit | d78b63bea17f407de1a4bca6bfd72c2f822c99f5 (patch) | |
tree | 8f6b2bb5c05401f8f61325c8d8deae7fc798a2f2 /net/wpa_gui | |
parent | b75ce3a00fa605ddf008e328c7feb62f1603aa13 (diff) | |
download | pkgsrc-d78b63bea17f407de1a4bca6bfd72c2f822c99f5.tar.gz |
Always include unistd.h to get getopt(3), not just for mingw.
Diffstat (limited to 'net/wpa_gui')
-rw-r--r-- | net/wpa_gui/distinfo | 3 | ||||
-rw-r--r-- | net/wpa_gui/patches/patch-ab | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/net/wpa_gui/distinfo b/net/wpa_gui/distinfo index 7c0777f94b6..0199198b850 100644 --- a/net/wpa_gui/distinfo +++ b/net/wpa_gui/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $ +$NetBSD: distinfo,v 1.2 2006/11/27 14:26:06 joerg Exp $ SHA1 (wpa_supplicant-0.4.9.tar.gz) = e6a5cd6fbb7f12cc0a074da212f4fd7fbde0aec0 RMD160 (wpa_supplicant-0.4.9.tar.gz) = 627ddb6c12f15e08448606f24b3082b50f814a43 Size (wpa_supplicant-0.4.9.tar.gz) = 483279 bytes SHA1 (patch-aa) = 6168171f82fe6dc2262d1be47a1da620e6e81752 +SHA1 (patch-ab) = b6e501a9ef26c26ecbaa8c87309596856fa94cc8 diff --git a/net/wpa_gui/patches/patch-ab b/net/wpa_gui/patches/patch-ab new file mode 100644 index 00000000000..975873a6d35 --- /dev/null +++ b/net/wpa_gui/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1 2006/11/27 14:26:06 joerg Exp $ + +--- wpa_gui/wpagui.ui.h.orig 2006-11-27 14:14:56.000000000 +0000 ++++ wpa_gui/wpagui.ui.h +@@ -10,12 +10,7 @@ + ** destructor. + *****************************************************************************/ + +- +-#ifdef __MINGW32__ +-/* Need to get getopt() */ + #include <unistd.h> +-#endif +- + + void WpaGui::init() + { |