diff options
author | ache <ache@FreeBSD.org> | 1998-07-24 19:48:20 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-07-24 19:48:20 +0800 |
commit | da2d414b23f1b136ea748cd1112ab72e9e99c43d (patch) | |
tree | 2a6257c8df09981bb6b15faf45de36443b6c61aa /textproc | |
parent | 62649d139df594eec5c8430e5379a9a6c2f5be14 (diff) | |
download | freebsd-ports-gnome-da2d414b23f1b136ea748cd1112ab72e9e99c43d.tar.gz freebsd-ports-gnome-da2d414b23f1b136ea748cd1112ab72e9e99c43d.tar.zst freebsd-ports-gnome-da2d414b23f1b136ea748cd1112ab72e9e99c43d.zip |
automatically sense Cyrillic build mode
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. |