[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/infocenter/info
From:       Hasso Tepper <hasso () kde ! org>
Date:       2007-04-17 15:30:10
Message-ID: 1176823810.309843.17819.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 655032 by hasso:

Make it work for DragonFlyBSD. It's not perfect, but complies and
surprisingly lot of info is shown.


 M  +1 -1      info.cpp  
 M  +1 -1      memory.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/infocenter/info/info.cpp #655031:655032
@@ -475,7 +475,7 @@
 #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"
--- trunk/KDE/kdebase/workspace/kcontrol/infocenter/info/memory.cpp #655031:655032
@@ -476,7 +476,7 @@
 #include "memory_sgi.cpp"
 #elif defined(__svr4__) && defined(sun)
 #include "memory_solaris.cpp"
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
 #include "memory_fbsd.cpp"
 #elif defined(__hpux)
 #include "memory_hpux.cpp"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic