summaryrefslogtreecommitdiff
path: root/user/clucene/cxx-tchar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/clucene/cxx-tchar.patch')
-rw-r--r--user/clucene/cxx-tchar.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/user/clucene/cxx-tchar.patch b/user/clucene/cxx-tchar.patch
deleted file mode 100644
index 7b36659d3..000000000
--- a/user/clucene/cxx-tchar.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_shared_CLucene_config_repl__tchar.h,v 1.1 2013/08/13 10:24:22 joerg Exp $
-
---- a/src/shared/CLucene/config/repl_tchar.h 2011-03-17 00:21:07.000000000 +0000
-+++ b/src/shared/CLucene/config/repl_tchar.h
-@@ -36,8 +36,8 @@
- #define _tcsncpy wcsncpy //copy a specified amount of one string to another string.
- #define _tcscat wcscat //copy a string onto the end of the other string
- #define _tcsncat wcsncat
-- #define _tcschr wcschr //find location of one character
-- #define _tcsstr wcsstr //find location of a string
-+ #define _tcschr ::std::wcschr //find location of one character
-+ #define _tcsstr ::std::wcsstr //find location of a string
- #define _tcslen wcslen //get length of a string
- #define _tcscmp wcscmp //case sensitive compare two strings
- #define _tcsncmp wcsncmp //case sensitive compare two strings