From 7276e66536e34793844f1939d50c8617a5f4ebfd Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 13 Dec 2001 03:26:28 +0000 Subject: [PATCH] support Japanese/Chinese PDF viewing. -- Submitted by Hidenori Ishikawa ; Tested by me; Ok'd by brad@ --- textproc/xpdf/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/xpdf/Makefile b/textproc/xpdf/Makefile index 21abdb8d5ac..9f00e5df17a 100644 --- a/textproc/xpdf/Makefile +++ b/textproc/xpdf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2001/11/29 16:42:41 brad Exp $ +# $OpenBSD: Makefile,v 1.24 2001/12/13 03:26:28 kevlo Exp $ COMMENT= "PDF viewer for X" @@ -24,6 +24,9 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-gzip \ + --enable-japanese \ + --enable-chinese-cns \ + --enable-chinese-gb \ --with-t1-library="${LOCALBASE}/lib" \ --with-t1-includes="${LOCALBASE}/include" \ --with-freetype-library="${LOCALBASE}/lib" \