rpms/gnash/devel gnash.spec,1.31,1.32

Kevin Kofler kkofler at fedoraproject.org
Wed Oct 8 21:06:34 UTC 2008


Author: kkofler

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

Modified Files:
	gnash.spec 
Log Message:
Yet another workaround for the totally broken kde4.m4.


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnash.spec	8 Oct 2008 19:17:31 -0000	1.31
+++ gnash.spec	8 Oct 2008 21:06:03 -0000	1.32
@@ -108,10 +108,10 @@
   --enable-gui=gtk,kde4,sdl,fb \
   --with-qt4=%{_kde4_prefix} \
   --with-kde4=%{_kde4_prefix}
-#doesn't work currently: %%{?_smp_mflags}
 # make sure the Qt 4 moc etc. tools are found
 export PATH=%{_qt4_prefix}/bin:$PATH
-make 
+#doesn't work currently: %%{?_smp_mflags}
+make KDE4_CFLAGS=-I%{_kde4_includedir}
 
 
 %install




More information about the scm-commits mailing list