rpms/qtgpsc/devel qtgpsc-0.2.3-gpsdclient.patch,1.2,1.3

Kevin Kofler kkofler at fedoraproject.org
Thu Apr 2 03:53:30 UTC 2009


Author: kkofler

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

Modified Files:
	qtgpsc-0.2.3-gpsdclient.patch 
Log Message:
The crappy header is not protected with extern "C"...

qtgpsc-0.2.3-gpsdclient.patch:

Index: qtgpsc-0.2.3-gpsdclient.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qtgpsc/devel/qtgpsc-0.2.3-gpsdclient.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtgpsc-0.2.3-gpsdclient.patch	2 Apr 2009 03:45:03 -0000	1.2
+++ qtgpsc-0.2.3-gpsdclient.patch	2 Apr 2009 03:53:29 -0000	1.3
@@ -1,11 +1,13 @@
 diff -ur qtgpsc-0.2.3/mainform.ui.h qtgpsc-0.2.3-gpsdclient/mainform.ui.h
 --- qtgpsc-0.2.3/mainform.ui.h	2007-12-31 13:38:43.000000000 +0100
-+++ qtgpsc-0.2.3-gpsdclient/mainform.ui.h	2009-04-02 05:44:19.000000000 +0200
-@@ -11,6 +11,7 @@
++++ qtgpsc-0.2.3-gpsdclient/mainform.ui.h	2009-04-02 05:52:36.000000000 +0200
+@@ -11,6 +11,9 @@
  *****************************************************************************/
  #include "qurl.h"
  #include "qsettings.h"
-+#include "gpsdclient.h"
++extern "C" {
++  #include "gpsdclient.h"
++}
  
  void MainForm::writeSettings()
   {




More information about the fedora-extras-commits mailing list