From 7a04ad6b79870f59e6c18c0731ae22660aea5ced Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 8 Mar 2011 21:55:16 +0000 Subject: Fix build with notify API change git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15413 df743ca5-7f9a-e211-a948-0013205c9059 --- net/ekiga3/files/patch-halodbus.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/ekiga3/files/patch-halodbus.diff (limited to 'net/ekiga3/files/patch-halodbus.diff') diff --git a/net/ekiga3/files/patch-halodbus.diff b/net/ekiga3/files/patch-halodbus.diff new file mode 100644 index 000000000..b5ce29cf1 --- /dev/null +++ b/net/ekiga3/files/patch-halodbus.diff @@ -0,0 +1,15 @@ +--- lib/engine/components/hal-dbus/Makefile.in.orig 2009-10-25 01:38:37.000000000 +0400 ++++ lib/engine/components/hal-dbus/Makefile.in 2009-10-25 01:38:58.000000000 +0400 +@@ -648,10 +648,10 @@ + + + hal-marshal.h: hal-marshal.list +- $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --header > $@.tmp && mv $@.tmp $@ ++ $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --header < hal-marshal.list > $@.tmp && mv $@.tmp $@ + + hal-marshal.c: hal-marshal.list +- $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --body > $@.tmp && mv $@.tmp $@ ++ $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --body < hal-marshal.list > $@.tmp && mv $@.tmp $@ + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. -- cgit v1.2.3