openbsd-ports/geo/qlandkarte/patches/patch-src_CGarminRoute_h
landry a8c5805167 Unbreak after proj update, by manually porting it to proj_api.h.
This project is dead upstream anyway, and people should switch to QLandKarteGT.
2013-03-10 09:51:22 +00:00

14 lines
383 B
Plaintext

$OpenBSD: patch-src_CGarminRoute_h,v 1.1 2013/03/10 09:51:22 landry Exp $
--- src/CGarminRoute.h.orig Sun Mar 10 10:03:24 2013
+++ src/CGarminRoute.h Sun Mar 10 10:03:48 2013
@@ -23,7 +23,8 @@
#include <QObject>
#include <QList>
#include <QPixmap>
-#include <projects.h>
+#include <proj_api.h>
+typedef projXY XY;
class CGarminRoute : public QObject, public Garmin::Route_t
{