summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2018-02-07 21:21:34 +0100
committer Matteo Bernardini2018-06-09 08:34:13 +0200
commit31e8327393311d3532b4ef812bf85b459af8c816 (patch)
tree56f6b0bc0631fe0ed455e3122c5be1abd764b6c1
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-micropolis.tar.gz
games/micropolis: glibc-2.27 requires IEEE math error reporting.micropolis
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--games/micropolis/micropolis.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/micropolis/micropolis.SlackBuild b/games/micropolis/micropolis.SlackBuild
index 2f74efd4ae..b9617b5e6c 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