rpms/evolution/devel evolution.spec,1.130,1.131

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 14 05:42:50 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11120

Modified Files:
	evolution.spec 
Log Message:
- enable file entry widget



Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- evolution.spec	13 Mar 2006 19:16:49 -0000	1.130
+++ evolution.spec	14 Mar 2006 05:42:48 -0000	1.131
@@ -327,9 +327,9 @@
 
 # Do the make, with various flags:
 %if %{require_function_declarations}
-make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
+make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration -UGNOME_DISABLE_DEPRECATED"
 %else
-make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS"
+make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DEPRECATED"
 %endif
 
 #cat /dev/null > default_user/local/Inbox/mbox




More information about the fedora-cvs-commits mailing list