pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/genius Use C99 to fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9da643d56bb9
branches:  trunk
changeset: 631717:9da643d56bb9
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Wed Mar 12 19:36:44 2014 +0000

description:
Use C99 to fix build on SunOS

diffstat:

 math/genius/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b4b7584d2d7c -r 9da643d56bb9 math/genius/Makefile
--- a/math/genius/Makefile      Wed Mar 12 19:31:32 2014 +0000
+++ b/math/genius/Makefile      Wed Mar 12 19:36:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2013/10/10 14:42:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2014/03/12 19:36:44 wiedi Exp $
 #
 
 DISTNAME=              genius-1.0.17
@@ -11,6 +11,7 @@
 COMMENT=               Calculator and math tool
 LICENSE=               gnu-gpl-v3
 
+USE_LANGUAGES=         c99
 MAKE_JOBS_SAFE=                no
 
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index