development/autogen: Disable some warnings-as-errors.

Add the new dependency guile2.2

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-12-18 23:00:52 +01:00 committed by Robby Workman
parent 5129ab886c
commit 1edb6f9ef4
2 changed files with 6 additions and 2 deletions

View File

@ -70,7 +70,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
# Patched for guile 2.2.x
patch -p1 < $CWD/guile-2.2.patch
autoreconf
CFLAGS="$SLKCFLAGS -Wno-error=implicit-fallthrough -Wno-error=format-overflow" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://ftp.gnu.org/gnu/autogen/rel5.18.14/autogen-5.18.14.tar.xz"
MD5SUM="c4d9a1641cb1bad4a3cc4108de6d867a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="guile2.2"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"