diff options
Diffstat (limited to 'academic/mathomatic/mathomatic.SlackBuild')
-rw-r--r-- | academic/mathomatic/mathomatic.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/mathomatic/mathomatic.SlackBuild b/academic/mathomatic/mathomatic.SlackBuild index ff326e149f..271d6a7c5f 100644 --- a/academic/mathomatic/mathomatic.SlackBuild +++ b/academic/mathomatic/mathomatic.SlackBuild @@ -25,7 +25,7 @@ # Originally written by Dylan Armitage <d.armitage89@gmail.com> PRGNAM=mathomatic -VERSION=${VERSION:-15.6.4} +VERSION=${VERSION:-15.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,7 @@ find . \ -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ +LDLIBS=-lncurses \ make READLINE=1 # We do want to make sure it works. This is math, afterall. |