pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/antiword Define __STDC_ISO_10646__ on Solaris...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07e646a4bed9
branches:  trunk
changeset: 499046:07e646a4bed9
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Sep 08 10:37:15 2005 +0000

description:
Define __STDC_ISO_10646__ on Solaris to get package to build.

diffstat:

 textproc/antiword/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f5f5eab18210 -r 07e646a4bed9 textproc/antiword/Makefile
--- a/textproc/antiword/Makefile        Thu Sep 08 10:25:13 2005 +0000
+++ b/textproc/antiword/Makefile        Thu Sep 08 10:37:15 2005 +0000
@@ -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 @@
 
 CONFLICTS=     siag-[0-9]*
 
+CFLAGS.SunOS+= -D__STDC_ISO_10646__
+
 post-patch:
        cd ${WRKSRC} ; \
        for pf in antiword.h Docs/antiword.1 ; do \



Home | Main Index | Thread Index | Old Index