diff options
author | hans <hans@pkgsrc.org> | 2012-02-29 13:34:24 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-29 13:34:24 +0000 |
commit | 4e45ad0a655820c9e40783a0ea1effc6d27e89b7 (patch) | |
tree | 6542c174109dd183b8c9517ff3ef680b90ce2b80 | |
parent | 302c11edc05eb432424a233d9a346d426609e03b (diff) | |
download | pkgsrc-4e45ad0a655820c9e40783a0ea1effc6d27e89b7.tar.gz |
Set CFLAGS.SunOS to get a XPG6 iconv to fix the build of preconv.
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |