commit: a25da7af195434ae468a4073ea6530662bad1212 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jun 5 09:45:58 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jun 5 09:48:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25da7af
net-im/openmittsu: Set CMAKE_BUILD_TYPE The default changed in cmake.eclass for EAPI 8, breaking the upstream build system. Closes: https://bugs.gentoo.org/907866 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> net-im/openmittsu/openmittsu-0.10.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/openmittsu/openmittsu-0.10.0.0.ebuild b/net-im/openmittsu/openmittsu-0.10.0.0.ebuild index 359edee95eb0..23de4770cacf 100644 --- a/net-im/openmittsu/openmittsu-0.10.0.0.ebuild +++ b/net-im/openmittsu/openmittsu-0.10.0.0.ebuild @@ -35,6 +35,8 @@ DOCS=( Example-contacts-file.txt ) +CMAKE_BUILD_TYPE="Gentoo" + src_configure() { local mycmakeargs=( # set version manually, since autodetection works only with git
