diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-10-02 17:57:39 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-10-02 17:57:39 +0000 |
commit | c56007a8396c3f15504267c34c07a5af264a55f8 (patch) | |
tree | bfd6431efb6bb1f06095e966e679c094b54b0adf | |
parent | 487d49ae17453581365359db152f944948c2a297 (diff) | |
download | pkgsrc-c56007a8396c3f15504267c34c07a5af264a55f8.tar.gz |
Requires a C99 compiler.
-rw-r--r-- | textproc/xmlrpc-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile index 6e812c0095d..e25b1f3e804 100644 --- a/textproc/xmlrpc-c/Makefile +++ b/textproc/xmlrpc-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/02/02 13:38:53 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/02 17:57:39 ahoka Exp $ # DISTNAME= xmlrpc-c-1.09.00 @@ -18,7 +18,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c99 c++ USE_TOOLS+= gmake MAKE_FILE= GNUmakefile |