rpms/rhythmbox/devel rb-ddkit-monitor.patch,1.3,1.4

Bastien Nocera hadess at fedoraproject.org
Thu Apr 9 17:55:49 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30662

Modified Files:
	rb-ddkit-monitor.patch 
Log Message:
Fix CFLAGS


rb-ddkit-monitor.patch:

Index: rb-ddkit-monitor.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rb-ddkit-monitor.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rb-ddkit-monitor.patch	9 Apr 2009 17:12:35 -0000	1.3
+++ rb-ddkit-monitor.patch	9 Apr 2009 17:55:18 -0000	1.4
@@ -1,16 +1,3 @@
-diff -upr rhythmbox-0.12.0.old/lib/Makefile.am rhythmbox-0.12.0/lib/Makefile.am
---- rhythmbox-0.12.0.old/lib/Makefile.am	2009-03-12 02:26:11.000000000 +0000
-+++ rhythmbox-0.12.0/lib/Makefile.am	2009-04-09 18:00:18.000000000 +0100
-@@ -44,7 +44,7 @@ INCLUDES =						\
- 	$(SOUP_CFLAGS)					\
- 	$(RHYTHMBOX_CFLAGS)
- 
--librb_la_LIBADD = $(SOUP_LIBS)
-+librb_la_LIBADD = $(SOUP_LIBS) $(HAL_LIBS)
- 
- BUILT_SOURCES=
- 
-Only in rhythmbox-0.12.0/lib: Makefile.am.orig
 diff -upr rhythmbox-0.12.0.old/lib/rb-util.c rhythmbox-0.12.0/lib/rb-util.c
 --- rhythmbox-0.12.0.old/lib/rb-util.c	2009-03-12 02:26:12.000000000 +0000
 +++ rhythmbox-0.12.0/lib/rb-util.c	2009-04-09 17:59:56.000000000 +0100
@@ -307,3 +294,17 @@
  	return result;
  }
  
+--- rhythmbox-0.12.0.old/lib/Makefile.am	2009-04-09 18:54:29.000000000 +0100
++++ rhythmbox-0.12.0/lib/Makefile.am	2009-04-09 18:54:37.000000000 +0100
+@@ -42,9 +42,10 @@ INCLUDES =						\
+ 	-I$(top_srcdir) 				\
+ 	-I$(top_srcdir)/widgets				\
+ 	$(SOUP_CFLAGS)					\
++	$(HAL_CFLAGS)					\
+ 	$(RHYTHMBOX_CFLAGS)
+ 
+-librb_la_LIBADD = $(SOUP_LIBS)
++librb_la_LIBADD = $(SOUP_LIBS) $(HAL_LIBS)
+ 
+ BUILT_SOURCES=
+ 




More information about the scm-commits mailing list