[Marble-commits] KDE/kdeedu/marble/src/plugins/positionprovider/gpsd
Bastian Holst
bastianholst at gmx.de
Wed Dec 23 21:27:26 CET 2009
SVN commit 1065611 by bholst:
GPSD_API_MAJOR_VERSION is not defined if GPSD_API_MAJOR_VERSION == 2.
Setting it manually.
M +3 -0 GpsdConnection.cpp
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp #1065610:1065611
@@ -12,6 +12,9 @@
#include "MarbleDebug.h"
+#ifndef GPSD_API_MAJOR_VERSION
+ #define GPSD_API_MAJOR_VERSION 2
+#endif
using namespace Marble;
More information about the Marble-commits
mailing list