summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
author Matteo Bernardini2017-06-22 09:01:16 +0200
committer Robby Workman2021-04-18 06:58:05 +0200
commit07a7a7a3efed2f5e14e19760a8a609af8a400f87 (patch)
tree14abcbc1a65a6269396d32791b38aad311507f39 /ham
parenta63eb0e3cf586e593729baa1fdb8e74c173e136b (diff)
downloadslackbuilds-07a7a7a3efed2f5e14e19760a8a609af8a400f87.tar.gz
ham/soundmodem: Added -fpermissive to the CXXFLAGS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r--ham/soundmodem/soundmodem.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ham/soundmodem/soundmodem.SlackBuild b/ham/soundmodem/soundmodem.SlackBuild
index 4f724fcbb9..17a2e7fdfc 100644
--- a/ham/soundmodem/soundmodem.SlackBuild
+++ b/ham/soundmodem/soundmodem.SlackBuild
@@ -64,7 +64,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS -fgnu89-inline" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -fpermissive" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \