summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-03-12 19:36:44 +0000
committerwiedi <wiedi>2014-03-12 19:36:44 +0000
commitdbac9d845a7d2cfa4fc6a18239752ba5cbabff4f (patch)
tree7a86fff02087f547010aa9c075a2f746ebd6a2fa /math
parent231de539666541ca4d58bfc689ed9efe4d17dee3 (diff)
downloadpkgsrc-dbac9d845a7d2cfa4fc6a18239752ba5cbabff4f.tar.gz
Use C99 to fix build on SunOS
Diffstat (limited to 'math')
-rw-r--r--math/genius/Makefile3
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