pkgsrc/x11/kdebase3/patches/patch-da
joerg 1b9133ed1e Add support for building on DragonFly.
Add mkfontdir as build tool, non-native bulk builds fail otherwise.
2005-11-08 18:25:44 +00:00

13 lines
431 B
Text

$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"