[Lunar-commits] <moonbase-gnome> ekiga: fix with gcc 4.9 / enable libnotify4 depend
v4hn
me at v4hn.de
Fri Sep 12 15:57:53 CEST 2014
commit 62ea919707ed508a3e25da1f35701ea3f4e381ac
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Sep 2014 15:56:59 +0200
URL: https://github.com/lunar-linux/moonbase-gnome/commit/62ea919707ed508a3e25da1f35701ea3f4e381ac
ekiga: fix with gcc 4.9 / enable libnotify4 depend
---
desktop/ekiga/BUILD | +0/-7
desktop/ekiga/DEPENDS | +1/-2
desktop/ekiga/PRE_BUILD | +4/-0
3 files changed, 5 insertions(+), 9 deletions(-)
--- a/desktop/ekiga/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- OPTS+=" --disable-notify" &&
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/desktop/ekiga/DEPENDS
+++ b/desktop/ekiga/DEPENDS
@@ -5,8 +5,7 @@ depends cyrus-sasl
optional_depends boost "--with-boost" "--without-boost" "for boost library support"
-#needs gtk+3 libnotify
-#optional_depends libnotify "--enable-notify" "--disable-notify" "for desktop notification support"
+optional_depends libnotify4 "--enable-notify" "--disable-notify" "for desktop notification support"
optional_depends dbus "--enable-dbus" "--disable-dbus" "for dbus support"
optional_depends avahi "--enable-avahi" "--disable-avahi" "for avahi support"
--- /dev/null
+++ b/desktop/ekiga/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+
+# fix build with gcc 4.9
+sedit '36 i #include <iostream>' plugins/loudmouth/loudmouth-dialect.cpp
More information about the Lunar-commits
mailing list