summaryrefslogtreecommitdiff
path: root/x11/qt2-libs/patches/patch-ao
blob: baf1e40dc1886cf39da9880f9b8dea81a3fcf330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ao,v 1.1 2005/10/04 19:34:36 joerg Exp $

--- src/tools/qglobal.h.orig	2005-07-30 22:20:46.000000000 +0000
+++ src/tools/qglobal.h
@@ -99,7 +99,7 @@
 #define _OS_RELIANT_
 #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_