summaryrefslogtreecommitdiff
path: root/net/ekiga3/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga3/files')
-rw-r--r--net/ekiga3/files/patch-configure20
-rw-r--r--net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp10
2 files changed, 30 insertions, 0 deletions
diff --git a/net/ekiga3/files/patch-configure b/net/ekiga3/files/patch-configure
new file mode 100644
index 000000000000..79bfbea51ed0
--- /dev/null
+++ b/net/ekiga3/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig 2010-08-28 15:04:35.000000000 -0400
++++ configure 2010-08-28 15:05:31.000000000 -0400
+@@ -17255,7 +17255,7 @@ if test -n "$PKG_CONFIG"; then
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+- pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" 2>/dev/null`
++ pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" "gtk+-2.0" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -17273,7 +17273,7 @@ if test -n "$PKG_CONFIG"; then
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+- pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" 2>/dev/null`
++ pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" "gtk+-2.0" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
diff --git a/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp b/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp
new file mode 100644
index 000000000000..a6ac603c4ef4
--- /dev/null
+++ b/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp
@@ -0,0 +1,10 @@
+--- lib/engine/components/libnotify/libnotify-main.cpp.orig 2010-08-28 15:04:11.000000000 -0400
++++ lib/engine/components/libnotify/libnotify-main.cpp 2010-08-28 15:01:22.000000000 -0400
+@@ -38,6 +38,7 @@
+ #include <map>
+ #include <tr1/memory>
+
++#include <gtk/gtk.h>
+ #include <libnotify/notify.h>
+
+ #include "services.h"