diff options
Diffstat (limited to 'dev-cpp/robin-map/robin-map-1.3.0.ebuild')
| -rw-r--r-- | dev-cpp/robin-map/robin-map-1.3.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-cpp/robin-map/robin-map-1.3.0.ebuild b/dev-cpp/robin-map/robin-map-1.3.0.ebuild index a476d88fd8ce..5ebd0b902e42 100644 --- a/dev-cpp/robin-map/robin-map-1.3.0.ebuild +++ b/dev-cpp/robin-map/robin-map-1.3.0.ebuild @@ -27,7 +27,10 @@ BDEPEND=" src_test() { cd tests || die - sed -i -e '/Boost_USE_STATIC_LIBS/d' CMakeLists.txt || die + sed -i \ + -e '/Boost_USE_STATIC_LIBS/d' \ + -e 's/-Werror//' \ + CMakeLists.txt || die cmake -S "${S}/tests" -B . -GNinja || die eninja ./tsl_robin_map_tests || die |
