diff options
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 |
commit | dd4181f2caed965121cc5edced9643a92a3125af (patch) | |
tree | c86c24f3bc5735db846b542802d9585249536539 /games/torcs | |
parent | d580943bd2b65174f86002386640a64fa0e71170 (diff) |
games/torcs: Added -fpermissive to the CXXFLAGS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/torcs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/torcs/torcs.SlackBuild b/games/torcs/torcs.SlackBuild index 76ee0f1faea4..479625aa7bb1 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 \ |