diff options
| author | James Le Cuirot <chewi@gentoo.org> | 2021-06-01 22:54:20 +0100 |
|---|---|---|
| committer | James Le Cuirot <chewi@gentoo.org> | 2021-06-01 22:55:09 +0100 |
| commit | f7b7c15da117ceb50850679f14573de8a1e22e4e (patch) | |
| tree | 8d97cf351ef019d05789de4e9e9011e5d3f5d35a /dev-cpp/htmlcxx/htmlcxx-0.87.ebuild | |
| parent | 5972975117c0dac7403bd9ccf13df7a4fc54da7a (diff) | |
| download | gentoo-f7b7c15da117ceb50850679f14573de8a1e22e4e.tar.gz gentoo-f7b7c15da117ceb50850679f14573de8a1e22e4e.tar.bz2 gentoo-f7b7c15da117ceb50850679f14573de8a1e22e4e.zip | |
dev-cpp/htmlcxx: Patch to fix building with GCC 11 / C++-17
Closes: https://bugs.gentoo.org/786684
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-cpp/htmlcxx/htmlcxx-0.87.ebuild')
| -rw-r--r-- | dev-cpp/htmlcxx/htmlcxx-0.87.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-cpp/htmlcxx/htmlcxx-0.87.ebuild b/dev-cpp/htmlcxx/htmlcxx-0.87.ebuild index fdcb01bc5cf2..3ac9069308c3 100644 --- a/dev-cpp/htmlcxx/htmlcxx-0.87.ebuild +++ b/dev-cpp/htmlcxx/htmlcxx-0.87.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" +PATCHES=( + "${FILESDIR}"/${P}-c++17.patch +) + ECONF_SOURCE="${S}" multilib_src_configure() { |
