aboutsummaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-07-24 11:48:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-07-24 11:48:20 +0000
commitbe0f09cee9f0ebff5b15a652343f96da34ab0ac8 (patch)
treedd4dae6cc24b733bc1f13db803228f3f497ce3b0 /textproc/catdoc
parent662ab93a72d1a81f3ff0690c3ae6036d0eec7eed (diff)
downloadports-be0f09cee9f0ebff5b15a652343f96da34ab0ac8.tar.gz
ports-be0f09cee9f0ebff5b15a652343f96da34ab0ac8.zip
automatically sense Cyrillic build mode
Notes
Notes: svn path=/head/; revision=12096
Diffstat (limited to 'textproc/catdoc')
-rw-r--r--textproc/catdoc/Makefile4
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.