summaryrefslogtreecommitdiff
path: root/x11/qt1/patches/patch-af
blob: fb7f30f7b3fb5510e032ab809fc1b5544caa3ca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2005/12/12 14:56:07 joerg Exp $

--- src/tools/qglobal.h.orig	2005-12-12 14:10:03.000000000 +0000
+++ src/tools/qglobal.h
@@ -82,7 +82,7 @@
 #define _OS_ULTRIX_
 #elif defined(linux) || defined(__linux) || defined(__linux__)
 #define _OS_LINUX_
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
 #define _OS_FREEBSD_
 #elif defined(__NetBSD__)
 #define _OS_NETBSD_