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

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

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

CVSweb