From 548c3b528c7ee9557685a1120d10f5a2e77646aa Mon Sep 17 00:00:00 2001 From: markd Date: Thu, 8 Sep 2005 10:37:15 +0000 Subject: [PATCH] Define __STDC_ISO_10646__ on Solaris to get package to build. --- textproc/antiword/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 26739c59a117..46f7265e605e 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/01/01 03:57:21 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/08 10:37:15 markd Exp $ # DISTNAME= antiword-0.36.1 @@ -11,6 +11,8 @@ COMMENT= Free MS Word to text and PostScript converter CONFLICTS= siag-[0-9]* +CFLAGS.SunOS+= -D__STDC_ISO_10646__ + post-patch: cd ${WRKSRC} ; \ for pf in antiword.h Docs/antiword.1 ; do \