svn commit: r329023 - head/net/wpa_gui/files
John Marino
marino at FreeBSD.org
Wed Oct 2 08:51:42 UTC 2013
Author: marino
Date: Wed Oct 2 08:51:41 2013
New Revision: 329023
URL: http://svnweb.freebsd.org/changeset/ports/329023
Log:
net/wpa_gui: add <unistd.h> for modern compilers
Actually, this header was conditionally included for ming32, so
I only removed that condition so unistd.h is always included.
Approved by: portmgr (bapt, implicit)
Added:
head/net/wpa_gui/files/patch-wpagui.cpp (contents, props changed)
Added: head/net/wpa_gui/files/patch-wpagui.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/wpa_gui/files/patch-wpagui.cpp Wed Oct 2 08:51:41 2013 (r329023)
@@ -0,0 +1,13 @@
+--- wpagui.cpp.orig 2010-09-07 15:43:39.000000000 +0000
++++ wpagui.cpp
+@@ -12,10 +12,7 @@
+ * See README and COPYING for more details.
+ */
+
+-#ifdef __MINGW32__
+-/* Need to get getopt() */
+ #include <unistd.h>
+-#endif
+
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include <windows.h>
More information about the svn-ports-all
mailing list