summaryrefslogtreecommitdiffstats
path: root/games/torcs/torcs.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2017-07-08 15:06:48 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-18 00:02:33 -0500
commitdd4181f2caed965121cc5edced9643a92a3125af (patch)
treec86c24f3bc5735db846b542802d9585249536539 /games/torcs/torcs.SlackBuild
parentd580943bd2b65174f86002386640a64fa0e71170 (diff)
downloadslackbuilds-dd4181f2caed965121cc5edced9643a92a3125af.tar.gz
slackbuilds-dd4181f2caed965121cc5edced9643a92a3125af.tar.xz
games/torcs: Added -fpermissive to the CXXFLAGS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/torcs/torcs.SlackBuild')
-rw-r--r--games/torcs/torcs.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/torcs/torcs.SlackBuild b/games/torcs/torcs.SlackBuild
index 76ee0f1fae..479625aa7b 100644
--- a/games/torcs/torcs.SlackBuild
+++ b/games/torcs/torcs.SlackBuild
@@ -58,7 +58,7 @@ find -L . \
patch -p1 < $CWD/gcc7.diff
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -fpermissive" \
./configure \
--prefix=/usr \
--libdir=/usr/lib$LIBDIRSUFFIX \