pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/qore
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jul 22 10:34:45 UTC 2016
Modified Files:
pkgsrc/lang/qore: Makefile
Log Message:
Needs C99 (sets _XOPEN_SOURCE=600).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/qore/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/qore/Makefile
diff -u pkgsrc/lang/qore/Makefile:1.7 pkgsrc/lang/qore/Makefile:1.8
--- pkgsrc/lang/qore/Makefile:1.7 Wed Jul 20 11:58:40 2016
+++ pkgsrc/lang/qore/Makefile Fri Jul 22 10:34:45 2016
@@ -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 @@ LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR
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