From 349f568be5c87e1eb88a1d75210a1f254bb65e89 Mon Sep 17 00:00:00 2001 From: wiedi Date: Wed, 12 Mar 2014 19:36:44 +0000 Subject: Use C99 to fix build on SunOS --- math/genius/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/genius') diff --git a/math/genius/Makefile b/math/genius/Makefile index 1fa153bb0e7..a21ff9d15ce 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -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 @@ HOMEPAGE= http://www.jirka.org/genius.html COMMENT= Calculator and math tool LICENSE= gnu-gpl-v3 +USE_LANGUAGES= c99 MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes -- cgit v1.2.3