#39154: QupZilla 1.4.3 was stealth-updated ------------------------+-------------------------- Reporter: khepler@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: QupZilla | ------------------------+-------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned Comment: QupZilla was [wiki:PortfileRecipes#stealth-updates stealth-updated]. The change appears to be minor: {{{ #!diff --- QupZilla-qupzilla-80309a0/src/lib/app/qz_namespace.h 2013-05-09 13:02:37.000000000 -0500 +++ 1.4.3_1/QupZilla-qupzilla-40dcc26/src/lib/app/qz_namespace.h 2013-05-10 05:10:45.000000000 -0500 @@ -24,6 +24,14 @@ #define QT_QUPZILLA_EXPORT Q_DECL_IMPORT #endif +#ifndef Q_UNLIKELY +#define Q_UNLIKELY(x) x +#endif + +#ifndef Q_LIKELY +#define Q_LIKELY(x) x +#endif + #include <QFlags> namespace Qz }}} -- Ticket URL: <https://trac.macports.org/ticket/39154#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X