libraries/libmatheval: Avoid the incompatible guile 3, use 1.8.

Fix the patch download link

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lockywolf 2021-08-14 08:03:31 +02:00 committed by Willy Sudiarto Raharjo
parent 19120a1610
commit 5ffa056fad
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 2 deletions

View File

@ -94,6 +94,8 @@ fi
LOCALCONFIGS="--enable-shared"
GUILE=/usr/bin/guile1.8 \
GUILE_CONFIG=/usr/bin/guile-config1.8 \
CFLAGS="$SLKCFLAGS" \
CPPFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -2,11 +2,11 @@ PRGNAM="libmatheval"
VERSION="1.1.11"
HOMEPAGE="https://www.gnu.org/software/libmatheval/"
DOWNLOAD="http://ftp.gnu.org/gnu/libmatheval/libmatheval-1.1.11.tar.gz \
https://github.com/easybuilders/easybuild-easyconfigs/raw/master/easybuild/easyconfigs/l/libmatheval/libmatheval-1.1.11_fix-matheval-test.patch"
http://ponce.cc/slackware/sources/repo/libmatheval-1.1.11_fix-matheval-test.patch"
MD5SUM="595420ea60f6ddd75623847f46ca45c4 \
6f7aacbfcbf85920e0a8b275b05ae794"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="guile1.8"
MAINTAINER="PaulKinsler"
EMAIL="dr.paul@kinsler.org"