From e9a288d97a919889fe8084c8880ef83349c2cd55 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 29 Feb 2012 13:34:24 +0000 Subject: Set CFLAGS.SunOS to get a XPG6 iconv to fix the build of preconv. --- textproc/groff/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc/groff') diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index bde30ea7d5b..a0030f771f9 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2012/02/29 13:33:00 hans Exp $ +# $NetBSD: Makefile,v 1.62 2012/02/29 13:34:24 hans Exp $ # DISTNAME= groff-1.20.1 @@ -22,6 +22,8 @@ CONFIGURE_ENV+= PERLPATH=${PERL5:Q} USE_TOOLS+= perl:run sed:run awk:run USE_FEATURES= getopt_long +CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 + INFO_FILES= YES REPLACE_AWK+= font/devlj4/generate/special.awk -- cgit v1.2.3