From b7019d816344f6bb8d1d082eac18dc47a75dcb87 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 18 Nov 2015 09:16:19 +0000 Subject: CPPFLAGS+=-D__EXTENSIONS__ permits build on SunOS --- textproc/xmlto/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc/xmlto') diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 148d1c8ee18..59c8e4931fe 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/11/17 11:59:25 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/11/18 09:16:19 richard Exp $ DISTNAME= xmlto-0.0.27 CATEGORIES= textproc @@ -22,6 +22,8 @@ CONFIGURE_ENV+= BASH=${TOOLS_PATH.bash} CONFIGURE_ENV+= GCP=${TOOLS_PATH.cp} CONFIGURE_ENV+= TAIL=${TOOLS_PATH.tail} +CPPFLAGS.SunOS+= -D__EXTENSIONS__ + MAKE_ENV+= SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog REPLACE_BASH+= xmlif/test/run-test TEST_TARGET= check -- cgit v1.2.3