[BACK]Return to patch-src_gis_CGisListWks_cpp CVS log [TXT][DIR] Up to [local] / ports / geo / qmapshack / patches

Annotation of ports/geo/qmapshack/patches/patch-src_gis_CGisListWks_cpp, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- src/gis/CGisListWks.cpp.orig       Sat Apr  1 07:35:13 2017
        !             3: +++ src/gis/CGisListWks.cpp    Sat Apr  1 07:35:35 2017
        !             4: @@ -18,7 +18,7 @@
        !             5:
        !             6:  #include "CMainWindow.h"
        !             7:  #include "canvas/CCanvas.h"
        !             8: -#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
        !             9: +#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined (Q_OS_OPENBSD)
        !            10:  #include "device/CDeviceWatcherLinux.h"
        !            11:  #endif
        !            12:  #ifdef Q_OS_WIN

CVSweb