diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-15 19:18:08 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-15 19:18:08 +0000 |
commit | 3a2f7d433a30f1053577aab367f3cf2123d50023 (patch) | |
tree | f347476c5bb31f5026071afd2d370cf0bf4db6dd | |
parent | fb6512e5c021203e93e2feff10ad441abdfa6113 (diff) | |
download | pkgsrc-3a2f7d433a30f1053577aab367f3cf2123d50023.tar.gz |
use c99 to fix build on SunOS
-rw-r--r-- | textproc/xml-coreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xml-coreutils/Makefile b/textproc/xml-coreutils/Makefile index bd440e55967..38098dc8615 100644 --- a/textproc/xml-coreutils/Makefile +++ b/textproc/xml-coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:07 asau Exp $ +# $NetBSD: Makefile,v 1.3 2014/02/15 19:18:08 wiedi Exp $ # DISTNAME= xml-coreutils-0.8a @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xml-coreutils.sourceforge.net/ COMMENT= Command line tools for XML processing LICENSE= gnu-gpl-v3 - +USE_LANGUAGES= c99 GNU_CONFIGURE= yes .include "../../textproc/expat/buildlink3.mk" |