diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-05 19:29:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-05 19:29:51 +0000 |
commit | 77887bedcca1b149cc345f39a7b0ebb8f19385ed (patch) | |
tree | 5e0b23abaad26849d3d348fef0d683a4ac62bdc2 /textproc/sdcv/files/patch-configure | |
parent | - Update to 0.92 (diff) |
SDCV(StarDict under Console Version) is simple, cross-platform text-based
utility for work with dictionaries in StarDict's format.
The word from "list of words" may be string with leading '/' for using Fuzzy
search algorithm, string may contain '?' and '*' for using regexp search.
It work in interactive and not interactive mode.
WWW: http://sdcv.sourceforge.net/
PR: ports/96836
Submitted by: chinsan <chinsan.tw at gmail.com>
Diffstat (limited to 'textproc/sdcv/files/patch-configure')
-rw-r--r-- | textproc/sdcv/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sdcv/files/patch-configure b/textproc/sdcv/files/patch-configure new file mode 100644 index 000000000000..19612671e98f --- /dev/null +++ b/textproc/sdcv/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Apr 24 18:57:24 2006 ++++ configure Fri May 5 17:24:17 2006 +@@ -5745,6 +5745,8 @@ + + cat >>confdefs.h <<\_ACEOF + #define HAVE_GETTEXT 1 ++USE_NLS=yes ++#define ENABLE_NLS 1 + _ACEOF + + |