freebsd-ports/net/ekiga3/files/patch-halodbus.diff
Dmitry Marakasov df3e48ef64 Ekiga (formely known as GnomeMeeting) is an open source
VoIP and video conferencing application for GNOME/KDE.
Ekiga uses both the H.323 and SIP protocols.

WWW:	http://ekiga.org

PR:		140692
Submitted by:	"Alexander V. Chernikov" <melifaro@ipfw.ru>
2009-12-25 15:06:12 +00:00

15 lines
876 B
Diff

--- 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.