From 98c204ed5a0ec4694b9d8a69ec4c6addbced54df Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 29 Jan 2001 23:31:17 +0000 Subject: Add some comment about charset guesser mode --- www/mnogosearch31/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mnogosearch31') diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index dce50ebdcc8c..b2aa2bc608ed 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-shared \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch +# To enable Cyrillic charset guesser, define this +# Guesser mode ignores charsets comes from HTTP header or tag .if defined(WITH_MNOGO_GUESSER) CONFIGURE_ARGS+= --enable-charset-guesser .endif @@ -37,8 +39,6 @@ LIB_DEPENDS= msql.1:${PORTSDIR}/databases/msql CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .elif defined(WITH_MNOGO_MYSQL) -# default to mysql - LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -- cgit v1.2.3