academic/qrupdate: Workaround to build with gcc >= 10.x.

Thanks gentoo!

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-04-14 20:30:00 +02:00 committed by Robby Workman
parent c7c33f9a07
commit 41a3c562ce
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ autoreconf -vif
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-dependency-tracking \
--build=$ARCH-slackware-linux \
FFLAGS="$SLKCFLAGS" \
FFLAGS="$SLKCFLAGS -fallow-argument-mismatch" \
make
make check