Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 08:51:42 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329023 - head/net/wpa_gui/files
Message-ID:  <201310020851.r928pgvd002717@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310020851.r928pgvd002717>