summaryrefslogtreecommitdiff
path: root/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild
diff options
context:
space:
mode:
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