summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2024-05-16 17:43:19 +0200
committer Matteo Bernardini2024-05-25 07:15:22 +0200
commit8b3b485ce21896acde54d0c05eb18add3de54151 (patch)
treea49f28641bd820f0334925c5a64cb1323dc858ec
parentbecba3971a51ea467b5e557a19138ec49f667eed (diff)
downloadslackbuilds-micropolis.tar.gz
games/micropolis: Add -fpermissive for gcc >= 14.x.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 bd09100122..b964a874b9 100644
--- a/games/micropolis/micropolis.SlackBuild
+++ b/games/micropolis/micropolis.SlackBuild
@@ -93,7 +93,7 @@ run_make() {
DOCDIR=$DOCDIR \
DATADIR=/usr/share/games/$PRGNAM \
BINDIR=/usr/games \
- SLKCFLAGS="$SLKCFLAGS -DTCL_IEEE_FP_MATH" \
+ SLKCFLAGS="$SLKCFLAGS -DTCL_IEEE_FP_MATH -fpermissive" \
DESTDIR=$PKG \
"$@"
}