mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
9c11e14783
commit
bf2aa50361
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue