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

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

1.1     ! kirby       1: $OpenBSD$
        !             2: --- src/gis/rte/router/brouter/CRouterBRouterToolShell.cpp.orig        Sat Apr  1 02:09:36 2017
        !             3: +++ src/gis/rte/router/brouter/CRouterBRouterToolShell.cpp     Sat Apr  1 02:10:02 2017
        !             4: @@ -46,7 +46,7 @@ void CRouterBRouterToolShell::stop()
        !             5:  {
        !             6:      if (cmd.state() != QProcess::NotRunning)
        !             7:      {
        !             8: -#if defined(Q_OS_MAC) || defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) || defined(__GNU__)
        !             9: +#if defined(Q_OS_MAC) || defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined (Q_OS_OPENBSD)
        !            10:          cmd.terminate();
        !            11:  #elif defined (Q_OS_WIN32)
        !            12:          cmd.kill();

CVSweb