2013-09-26 17:14:40 +02:00

16 lines
477 B
Plaintext

$NetBSD: patch-ac,v 1.9 2012/07/03 11:31:35 mef Exp $
Add DragonFly
--- qtools/qglobal.h.orig 2009-10-25 15:44:29.000000000 +0000
+++ qtools/qglobal.h
@@ -118,7 +121,7 @@
#define _OS_RELIANTUNIX_
#elif defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
#define _OS_LINUX_
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
#define _OS_FREEBSD_
#elif defined(__NetBSD__)
#define _OS_NETBSD_