diff options
Diffstat (limited to 'graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp')
-rw-r--r-- | graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp b/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp new file mode 100644 index 000000000000..1fde51fca599 --- /dev/null +++ b/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp @@ -0,0 +1,11 @@ +--- 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 @@ + return(NCSStrDup(szNameBuf)); + } + #elif defined(POSIX) +-#if defined( LINUX ) || defined( MACOSX ) ++#if defined( LINUX ) || defined( MACOSX ) || defined (FREEBSD) + fprintf(stderr, "CNCSProxy::GetCurrentUserName() using loging instead of cuserid. FIXME\n"); + return(NCSStrDup(getlogin())); + #else |