games/micropolis: glibc-2.27 requires IEEE math error reporting.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c5df5c2bbe
commit
62f0409dc6
|
@ -78,7 +78,7 @@ find . -iname \*makefile\* -o -iname \*.mk \
|
|||
# comment out the next line to disable the airplane crash disaster
|
||||
sed -i -e 's/-DNO_AIRCRASH//' src/sim/makefile
|
||||
|
||||
make -j1 PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION SLKCFLAGS="$SLKCFLAGS"
|
||||
make -j1 PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION SLKCFLAGS="$SLKCFLAGS -DTCL_IEEE_FP_MATH"
|
||||
make -j1 install PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG
|
||||
|
||||
# Make .desktop file pass desktop-file-validate
|
||||
|
|
Loading…
Reference in New Issue