net-im/psi: added cmake flag to compile with detailed version
authorSergey Ilinykh <rion4ik@gmail.com>
Sat, 18 Apr 2020 20:56:23 +0000 (23:56 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 21 Apr 2020 08:17:19 +0000 (11:17 +0300)
Signed-off-by: Sergey Ilinykh <rion4ik@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15402
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-im/psi/psi-9999.ebuild

index 6e6329011f16220ba7f10df32185be9c87b3104d..cd78ecbc4995f574365d3ed672c36f76f99163ba 100644 (file)
@@ -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)