pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/qore Needs C99 (sets _XOPEN_SOURCE=600).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/564ea4554bd3
branches:  trunk
changeset: 350085:564ea4554bd3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jul 22 10:34:45 2016 +0000

description:
Needs C99 (sets _XOPEN_SOURCE=600).

diffstat:

 lang/qore/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9ae555fffb17 -r 564ea4554bd3 lang/qore/Makefile
--- a/lang/qore/Makefile        Fri Jul 22 10:33:31 2016 +0000
+++ b/lang/qore/Makefile        Fri Jul 22 10:34:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/07/20 11:58:40 nros Exp $
+# $NetBSD: Makefile,v 1.8 2016/07/22 10:34:45 jperkin Exp $
 
 DISTNAME=      qore-0.8.12
 CATEGORIES=    lang
@@ -16,7 +16,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    bison flex gmake pax
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c99 c++
 PTHREAD_OPTS+= native
 FLEX_REQD=     2.5.31
 



Home | Main Index | Thread Index | Old Index