diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-05 11:45:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-05 11:48:05 +0200 |
commit | a25da7af195434ae468a4073ea6530662bad1212 (patch) | |
tree | 4906852b343e505d5c1561823e01876d9861f889 /net-im/openmittsu/openmittsu-0.10.0.0.ebuild | |
parent | sci-mathematics/singular: Stabilize 4.3.1_p3 amd64, #907856 (diff) | |
download | gentoo-a25da7af195434ae468a4073ea6530662bad1212.tar.gz gentoo-a25da7af195434ae468a4073ea6530662bad1212.tar.bz2 gentoo-a25da7af195434ae468a4073ea6530662bad1212.zip |
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@gentoo.org>
Diffstat (limited to 'net-im/openmittsu/openmittsu-0.10.0.0.ebuild')
-rw-r--r-- | net-im/openmittsu/openmittsu-0.10.0.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |