diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-07 20:58:05 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:04:36 +0700 |
commit | f09c236b9221c0928bcccd304fb4076dfb109e61 (patch) | |
tree | 182cbec22cb68403498790e56f01f6a0f3a38070 /audio/darkice | |
parent | cee82bf16970485db6dc83c4c7fe7a6e64183caa (diff) | |
download | slackbuilds-f09c236b9221c0928bcccd304fb4076dfb109e61.tar.gz |
audio/darkice: Use the C++14 standard.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/darkice')
-rw-r--r-- | audio/darkice/darkice.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/darkice/darkice.SlackBuild b/audio/darkice/darkice.SlackBuild index ada6d50e41..bf7dd3c497 100644 --- a/audio/darkice/darkice.SlackBuild +++ b/audio/darkice/darkice.SlackBuild @@ -81,7 +81,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CXXFLAGS="$SLKCFLAGS -fpermissive" \ +CXXFLAGS="$SLKCFLAGS -fpermissive -std=c++14" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |