diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/catdoc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 1c1a18b8630b..a47a74242d16 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -3,7 +3,7 @@ # Date created: 11 November 1997 # Whom: Brion Moss <brion@queeg.com> # -# $Id: Makefile,v 1.3 1998/03/16 21:17:29 hoek Exp $ +# $Id: Makefile,v 1.4 1998/06/18 14:53:03 hoek Exp $ # DISTNAME= catdoc-0.35 @@ -14,8 +14,10 @@ MAINTAINER= brion@queeg.com MAN1= catdoc.1 +.if !defined(LANG) || ${LANG} != ru_RU.KOI8-R # Remove the below line to get Cyrillic code page support instead CFLAGS+= -DLATIN1=1 +.endif # The wordview tcl/tk script is small and not required. If the user # has tk, it will work. It comes preset for tcl/tk-8.0, but works with tcl-76. |