From: Debian Qt/KDE Maintainers Date: Tue, 7 May 2019 07:14:21 +0000 (+0100) Subject: _kfreebsd_Q_OS X-Git-Tag: archive/raspbian/4%4.8.6+git64-g5dc8b2b+dfsg-3+deb8u2+rpi1^2~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d62c7fd71f1758febdcbcdb67b92861f06eceed2;p=qt4-x11.git _kfreebsd_Q_OS Gbp-Pq: Name 50_kfreebsd_Q_OS.diff --- diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 4f1384b2b..cb9a909d9 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -226,6 +226,8 @@ namespace QT_NAMESPACE {} #elif defined(__FreeBSD__) || defined(__DragonFly__) # define Q_OS_FREEBSD # define Q_OS_BSD4 +#elif defined(__FreeBSD_kernel__) +# define Q_OS_FREEBSD_KERNEL #elif defined(__NetBSD__) # define Q_OS_NETBSD # define Q_OS_BSD4