pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c Requires a C99 compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cbbc1130b45
branches:  trunk
changeset: 547778:8cbbc1130b45
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Thu Oct 02 17:57:39 2008 +0000

description:
Requires a C99 compiler.

diffstat:

 textproc/xmlrpc-c/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1bb0dd7bca1c -r 8cbbc1130b45 textproc/xmlrpc-c/Makefile
--- a/textproc/xmlrpc-c/Makefile        Thu Oct 02 17:53:36 2008 +0000
+++ b/textproc/xmlrpc-c/Makefile        Thu Oct 02 17:57:39 2008 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
 USE_TOOLS+=    gmake
 MAKE_FILE=     GNUmakefile
 



Home | Main Index | Thread Index | Old Index