summaryrefslogtreecommitdiff
path: root/net/ekiga3/files/patch-halodbus.diff
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga3/files/patch-halodbus.diff')
-rw-r--r--net/ekiga3/files/patch-halodbus.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/ekiga3/files/patch-halodbus.diff b/net/ekiga3/files/patch-halodbus.diff
deleted file mode 100644
index b5ce29cf143e..000000000000
--- a/net/ekiga3/files/patch-halodbus.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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.