diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-03-12 19:36:44 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-03-12 19:36:44 +0000 |
commit | 349f568be5c87e1eb88a1d75210a1f254bb65e89 (patch) | |
tree | 7a86fff02087f547010aa9c075a2f746ebd6a2fa /math | |
parent | 77698e1b29d89b647d73fc949bd90154e64353cb (diff) | |
download | pkgsrc-349f568be5c87e1eb88a1d75210a1f254bb65e89.tar.gz |
Use C99 to fix build on SunOS
Diffstat (limited to 'math')
-rw-r--r-- | math/genius/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |