From eeb558bfbc77aace0f2f8e3ae13b858898484951 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 17 Nov 2004 14:23:57 +0000 Subject: Support for ISO-8859-2 fonts should be enabled with --enable-latin2 option, not --with-latin2. Submitted by: Tomasz Baranowski --- net/rrdtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/rrdtool') diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index 9cee44a3c681..0c9cfd2ed15a 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -35,7 +35,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include .if defined(WITH_LATIN2) -CONFIGURE_ARGS+= --with-latin2 +CONFIGURE_ARGS+= --enable-latin2 .endif .if ${ARCH} == "amd64" -- cgit v1.2.3