projects
/
qt4-x11.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4e8a0
)
Fixes FTBFS on GNU/kFreeBSD by creating new Q_OS_FREEBSD_KERNEL.
author
Pino Toscano
<pino@kde.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
committer
Roberto C. Sánchez
<roberto@debian.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
Last-Update: 2010-10-06
Gbp-Pq: Name 50_kfreebsd_Q_OS.diff
src/corelib/global/qglobal.h
patch
|
blob
|
history
diff --git
a/src/corelib/global/qglobal.h
b/src/corelib/global/qglobal.h
index 20d88328cbcdf62b7c6a14279bbb155b2fad4895..670ec38b6bf2a3cba4aa9b9a9f3a6d48d830b6ba 100644
(file)
--- 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