commit: 8ff06565cfa9e2d6114008541f2fae2c23f9e12c Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Sat Mar 2 21:14:38 2024 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Sat Mar 2 21:14:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff06565
sci-chemistry/autodock_vina: Fix build with recent boost Closes: https://bugs.gentoo.org/913037 Closes: https://bugs.gentoo.org/924622 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild index a6495591339a..63810da09284 100644 --- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild +++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ src_prepare() { } src_configure() { - append-cxxflags -DBOOST_FILESYSTEM_VERSION=3 -std=c++11 + append-cxxflags -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_TIMER_ENABLE_DEPRECATED -std=c++14 } src_compile() {