diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 17:42:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:11 +0700 |
commit | 46cf4bffcaf6a436d7d1419af8df49800a422f5a (patch) | |
tree | 7d772ee5a49ebf31dfd800e8c0adaaf15f83444d | |
parent | 85d590753be45073e9e3d40eee2b0f2a7d6d0418 (diff) |
development/bed: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/bed/bed.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/bed/bed.SlackBuild b/development/bed/bed.SlackBuild index 5e7839002efc..fede1e2939f2 100644 --- a/development/bed/bed.SlackBuild +++ b/development/bed/bed.SlackBuild @@ -77,6 +77,9 @@ sed -i '/Press F1 in menu/s/X/[x]/g' plugins/examples/helpf1.cc # 20191225 bkw: build was failing on systems where re2 was installed sed -i 's,static *string,static std::string,' src/re2search.cpp +# 20220205 bkw: C++ standards OCD... +sed -i 's,getret>0,getret,' src/readhelp.cpp + # Not sure the --without-x does anything, but it doesn't hurt either. CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |