mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
- New Plugin Management System - Support for signalK input data streams - New Head-Up Navigation Mode - Docking the Dashboard with dual canvases - Realtime prediction of AIS target location Changelog: https://opencpn.org/OpenCPN/about/ver520.html PR: 252168 Submitted by: Andrea Venturoli <ml@netfence.it> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27798
11 lines
252 B
C++
11 lines
252 B
C++
--- src/glChartCanvas.cpp.orig 2020-10-22 23:20:06 UTC
|
|
+++ src/glChartCanvas.cpp
|
|
@@ -57,7 +57,7 @@ class OCPNStopWatch (private)
|
|
|
|
#if defined(__OCPN__ANDROID__)
|
|
#include "androidUTIL.h"
|
|
-#elif defined(__WXQT__)
|
|
+#else
|
|
#include <GL/glx.h>
|
|
#endif
|
|
|