summaryrefslogtreecommitdiff
path: root/textproc/antiword
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-09-08 10:37:15 +0000
committermarkd <markd@pkgsrc.org>2005-09-08 10:37:15 +0000
commit548c3b528c7ee9557685a1120d10f5a2e77646aa (patch)
treed4eef641aa315c1b26e7e3e5749a0adaf1470c13 /textproc/antiword
parent4b2c9ff81cfa4c99b04eee473d1026f7593da68e (diff)
downloadpkgsrc-548c3b528c7ee9557685a1120d10f5a2e77646aa.tar.gz
Define __STDC_ISO_10646__ on Solaris to get package to build.
Diffstat (limited to 'textproc/antiword')
-rw-r--r--textproc/antiword/Makefile4
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 \