Define __STDC_ISO_10646__ on Solaris to get package to build.
This commit is contained in:
parent
4b2c9ff81c
commit
548c3b528c
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue