diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-22 09:01:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:58:05 -0500 |
commit | 07a7a7a3efed2f5e14e19760a8a609af8a400f87 (patch) | |
tree | 14abcbc1a65a6269396d32791b38aad311507f39 /ham | |
parent | a63eb0e3cf586e593729baa1fdb8e74c173e136b (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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 \ |