diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2024-03-03 00:14:38 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2024-03-03 00:14:38 +0300 |
commit | 8ff06565cfa9e2d6114008541f2fae2c23f9e12c (patch) | |
tree | d633b68b2a766ebd31baa0400d1ac8fc99fed597 /sci-chemistry/autodock_vina | |
parent | dev-python/aiohttp: Stabilize 3.9.3 ppc, #925392 (diff) | |
download | gentoo-8ff06565cfa9e2d6114008541f2fae2c23f9e12c.tar.gz gentoo-8ff06565cfa9e2d6114008541f2fae2c23f9e12c.tar.bz2 gentoo-8ff06565cfa9e2d6114008541f2fae2c23f9e12c.zip |
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@gentoo.org>
Diffstat (limited to 'sci-chemistry/autodock_vina')
-rw-r--r-- | sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild | 4 |
1 files 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() { |