diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-07 21:21:34 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:43:02 -0500 |
commit | 62f0409dc6ac3f9e5cb530c0ea803b7fcdb4d701 (patch) | |
tree | c7c53ea15c89850d2ca48c7a8c35d7e829299c56 /games | |
parent | c5df5c2bbeb034941c6f0b0c8eaf642a68e33352 (diff) |
games/micropolis: glibc-2.27 requires IEEE math error reporting.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/micropolis/micropolis.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/micropolis/micropolis.SlackBuild b/games/micropolis/micropolis.SlackBuild index 2f74efd4aec0..b9617b5e6c91 100644 --- a/games/micropolis/micropolis.SlackBuild +++ b/games/micropolis/micropolis.SlackBuild @@ -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 |