diff options
author | markd <markd@pkgsrc.org> | 2005-09-08 10:37:15 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-09-08 10:37:15 +0000 |
commit | 548c3b528c7ee9557685a1120d10f5a2e77646aa (patch) | |
tree | d4eef641aa315c1b26e7e3e5749a0adaf1470c13 /textproc/antiword | |
parent | 4b2c9ff81cfa4c99b04eee473d1026f7593da68e (diff) | |
download | pkgsrc-548c3b528c7ee9557685a1120d10f5a2e77646aa.tar.gz |
Define __STDC_ISO_10646__ on Solaris to get package to build.
Diffstat (limited to 'textproc/antiword')
-rw-r--r-- | textproc/antiword/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 26739c59a11..46f7265e605 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 \ |