summaryrefslogtreecommitdiff
path: root/mail-client
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/evolution/evolution-3.58.2-r1.ebuild (renamed from mail-client/evolution/evolution-3.58.2.ebuild)6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail-client/evolution/evolution-3.58.2.ebuild b/mail-client/evolution/evolution-3.58.2-r1.ebuild
index 5218151194a7..031397ef3e1f 100644
--- a/mail-client/evolution/evolution-3.58.2.ebuild
+++ b/mail-client/evolution/evolution-3.58.2-r1.ebuild
@@ -103,11 +103,6 @@ file from /usr/share/applications if you use a different browser)."
# call; if needed, set them after cmake_src_prepare call, if that works
src_prepare() {
- # libnotify is automagically detected, but a quick and easy way to
- # force-disable it is to delete the "yes it's there" variable from
- # CMakeLists.txt.
- use libnotify || sed '/HAVE_LIBNOTIFY/d' -i CMakeLists.txt || die
-
cmake_src_prepare
gnome2_src_prepare
}
@@ -136,6 +131,7 @@ src_configure() {
-DENABLE_PST_IMPORT=OFF
-DWITH_GLADE_CATALOG=OFF
-DENABLE_MARKDOWN=ON
+ -DENABLE_LIBNOTIFY=$(usex libnotify)
)
cmake_src_configure