summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-da
blob: a5bcbe02f529d9aaaf9f63bc6ded48359793ac1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-da,v 1.4 2005/11/08 18:25:44 joerg Exp $

--- kcontrol/info/info.cpp.orig	2005-08-17 23:33:43.000000000 +0000
+++ kcontrol/info/info.cpp
@@ -468,7 +468,7 @@ static int GetInfo_ReadfromPipe( QListVi
 #include "info_linux.cpp"
 #elif defined(sgi) && sgi
 #include "info_sgi.cpp"
-#elif __FreeBSD__
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
 #include "info_fbsd.cpp"
 #elif __hpux
 #include "info_hpux.cpp"