audio/aacgain: Pass -fpermissive and disable narrowing warnings.

Respectively for gcc >= 7.x and >= 10.x

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-05-09 18:52:24 +02:00 committed by Robby Workman
parent 9c11e14783
commit bf2aa50361

View file

@ -120,7 +120,7 @@ cd ../mp4v2
patch -p2 -i ../$PRGNAM/mp4v2.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -fpermissive -Wno-narrowing" \
./configure \
--build=$ARCH-slackware-linux