Skip to content

Commit

Permalink
mail-client/trojita: Set -DWITH_RAGEL=OFF
Browse files Browse the repository at this point in the history
Broken by >=dev-util/ragel-7.

Bug: https://bugs.gentoo.org/739866
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Sep 3, 2020
1 parent b149930 commit f3311cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mail-client/trojita/trojita-0.7-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ src_prepare() {

src_configure() {
local mycmakeargs=(
-DWITH_RAGEL=OFF # bug 739866, broken by ragel-7
-DWITH_CRYPTO_MESSAGES=$(usex crypt)
-DWITH_GPGMEPP=$(usex crypt)
-DWITH_MIMETIC=$(usex crypt)
Expand Down
1 change: 1 addition & 0 deletions mail-client/trojita/trojita-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ src_prepare() {

src_configure() {
local mycmakeargs=(
-DWITH_RAGEL=OFF # bug 739866, broken by ragel-7
-DWITH_ABOOKADDRESSBOOK_PLUGIN=ON
-DWITH_CRYPTO_MESSAGES=$(usex crypt)
-DWITH_GPGMEPP=$(usex crypt)
Expand Down

0 comments on commit f3311cf

Please sign in to comment.