diff options
Diffstat (limited to 'app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch')
-rw-r--r-- | app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch b/app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch index 2236b3db748d..a9fe2d5b9434 100644 --- a/app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch +++ b/app-dicts/wordnet/files/Wordnet-2.1-compile-fix.patch @@ -1,11 +1,11 @@ --- src/stubs.c~ 2005-07-06 20:49:05.000000000 +0200 -+++ src/stubs.c 2006-02-05 23:32:41.000000000 +0100 -@@ -14,7 +14,7 @@ ++++ src/stubs.c 2006-02-06 17:43:05.000000000 +0100 +@@ -14,8 +14,6 @@ #include <tk.h> #include <wn.h> --static Id = "$Id: Wordnet-2.1-compile-fix.patch,v 1.1 2006/02/05 22:42:25 arj Exp $"; -+//static Id = "$Id: Wordnet-2.1-compile-fix.patch,v 1.1 2006/02/05 22:42:25 arj Exp $"; - +-static Id = "$Id: Wordnet-2.1-compile-fix.patch,v 1.2 2006/02/06 16:46:11 arj Exp $"; +- static char resultbuf[SEARCHBUF]; + #ifndef HAVE_LANGINFO_CODESET |