diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-27 20:08:33 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-30 08:36:03 +0700 |
commit | 4aec3fd27b38693f76d7cb7b5902c23067641953 (patch) | |
tree | eedd19e98830efed15d90bb5fbc04e6827616fa8 /misc/heimdall/heimdall.info | |
parent | 37a554a05c84d3b5c9550aa81176e0c23b947ec4 (diff) |
misc/heimdall: Use the C++14 standard.
gcc >= 11.x defaults to -std=gnu++17 and it breaks the build in this
case.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/heimdall/heimdall.info')
-rw-r--r-- | misc/heimdall/heimdall.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/heimdall/heimdall.info b/misc/heimdall/heimdall.info index 9a41a337791ee..13fdf5489c188 100644 --- a/misc/heimdall/heimdall.info +++ b/misc/heimdall/heimdall.info @@ -5,6 +5,6 @@ DOWNLOAD="https://bitbucket.org/benjamin_dobell/heimdall/downloads/heimdall-suit MD5SUM="911c6825c7a09340c27b1ee5078736c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="qt4" MAINTAINER="Diniz Bortolotto" EMAIL="diniz.bortolotto@gmail.com" |