freebsd-ports/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp
Kirill Ponomarev a96806699f Add ede 1.0.1,
Equinox Desktop Environment. Main goals of this project are
simplicity, speed, minimal memory usage (if possible), good
look and fell and stability.

PR:		ports/63518
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-02-29 10:28:21 +00:00

11 lines
314 B
C++

--- eworkpanel/cpumonitor.cpp.orig Sat Feb 28 04:46:23 2004
+++ eworkpanel/cpumonitor.cpp Sat Feb 28 04:46:55 2004
@@ -26,7 +26,7 @@
#include <kstat.h>
#endif
-#if (defined(linux) || defined(HAVE_KSTAT_H))
+#if (defined(linux) || defined(__FreeBSD__) || defined(HAVE_KSTAT_H))
#define UPDATE_INTERVAL .5f