Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 17:31:11 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337758 - head/graphics/libecwj2/files
Message-ID:  <201312271731.rBRHVBRZ038936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Dec 27 17:31:10 2013
New Revision: 337758
URL: http://svnweb.freebsd.org/changeset/ports/337758

Log:
  Fix build on 10.
  
  maintainer timeout.
  
  PR:		ports/184724
  Submitted by:	mat

Modified:
  head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp

Modified: head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp
==============================================================================
--- head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp	Fri Dec 27 17:30:32 2013	(r337757)
+++ head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp	Fri Dec 27 17:31:10 2013	(r337758)
@@ -1,6 +1,17 @@
 --- Source/C/NCSnet/NCScnet3/NCSProxy.cpp.orig	2009-04-05 21:38:54.000000000 +0400
-+++ Source/C/NCSnet/NCScnet3/NCSProxy.cpp	2009-04-05 21:39:11.000000000 +0400
-@@ -639,7 +639,7 @@
++++ Source/C/NCSnet/NCScnet3/NCSProxy.cpp	2013-12-12 15:30:11.000000000 +0100
+@@ -43,6 +43,10 @@
+ #include <stdio.h> // for cuserid
+ #endif
+ 
++#ifdef FREEBSD
++#include <unistd.h>
++#endif
++
+ /** Dialog to prompt for Username and Password.
+  */
+ bool NCSGetPasswordDlg( const char *pszSite, const char *pszRealm, string &sUsername, string &sPassword, bool &bRememberAuth );
+@@ -639,7 +643,7 @@
  		return(NCSStrDup(szNameBuf));
  	}
  #elif defined(POSIX)



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