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 | d1a2594c8c6ee3c7a805fccd2a63c7266eacbe3c (patch) | |
tree | 7a86fff02087f547010aa9c075a2f746ebd6a2fa /math/genius | |
parent | 38cab26a5b2fdd9fcf48c40891e5f4a9e2a71bdc (diff) | |
download | pkgsrc-d1a2594c8c6ee3c7a805fccd2a63c7266eacbe3c.tar.gz |
Use C99 to fix build on SunOS
Diffstat (limited to 'math/genius')
-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 |