diff options
author | Sergey Ilinykh <rion4ik@gmail.com> | 2020-04-18 23:56:23 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-21 11:17:19 +0300 |
commit | 5100e3b4eab1c3bbc1adf492ec20bca7f82f1add (patch) | |
tree | 54264a21433b4bbc0ed148615a2c8b6f31656ece /net-im | |
parent | app-editors/scite: Version bump to 4.3.2 (diff) | |
download | gentoo-5100e3b4eab1c3bbc1adf492ec20bca7f82f1add.tar.gz gentoo-5100e3b4eab1c3bbc1adf492ec20bca7f82f1add.tar.bz2 gentoo-5100e3b4eab1c3bbc1adf492ec20bca7f82f1add.zip |
net-im/psi: added cmake flag to compile with detailed version
Signed-off-by: Sergey Ilinykh <rion4ik@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15402
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 6e6329011f16..cd78ecbc4995 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -118,6 +118,7 @@ src_configure() { use webkit && chattype=webkit local mycmakeargs=( + -DPRODUCTION=OFF -DUSE_ASPELL=$(usex aspell) -DUSE_ENCHANT=$(usex enchant) -DUSE_HUNSPELL=$(usex hunspell) |