summaryrefslogtreecommitdiff
path: root/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2023-04-18 16:11:33 +0200
committerArsen Arsenović <arsen@gentoo.org>2023-04-18 16:14:18 +0200
commit03a4af32d14d3b7841ada238dad68311a2bf09a9 (patch)
tree01e63f2aa77cc55d9dde8dd81b6ba28231391ccd /dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild
parent93eca38ef76c1a9c568155659b891db542f22939 (diff)
downloadgentoo-03a4af32d14d3b7841ada238dad68311a2bf09a9.tar.gz
gentoo-03a4af32d14d3b7841ada238dad68311a2bf09a9.tar.bz2
gentoo-03a4af32d14d3b7841ada238dad68311a2bf09a9.zip
dev-cpp/msgpack-cxx: Fix building on GCC13
Closes: https://bugs.gentoo.org/895690 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild')
-rw-r--r--dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild b/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild
index 8e3609f7d111..d28443c3f1fa 100644
--- a/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild
+++ b/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild
@@ -24,6 +24,10 @@ DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-doc/doxygen[dot] )
test? ( sys-libs/zlib )"
+PATCHES=(
+ "${FILESDIR}"/"${PN}"-6.0.0-gcc13.patch
+)
+
src_configure() {
local mycmakeargs=(
-DMSGPACK_BUILD_EXAMPLES=OFF