diff options
author | 2017-06-22 09:01:16 +0200 | |
---|---|---|
committer | 2021-02-27 11:05:36 +0100 | |
commit | 80702d0001df40b7a5f4e829736fcb142b9fe3aa (patch) | |
tree | caef7fa41004659d5e55bc8547c7d7a865ca51f1 | |
parent | 9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff) | |
download | slackbuilds-soundmodem.tar.gz |
ham/soundmodem: Added -fpermissive to the CXXFLAGS.soundmodem
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-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 \ |