mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
1dc45df688
BSD Crew Dresden, which ports the previously linux-only CPU plugin to FreeBSD. PR: ports/97575 Submitted by: Tobias Roth <ports (at) fsck.ch> (maintainer)
16 lines
310 B
C
16 lines
310 B
C
--- plugin.c~ Tue May 16 19:22:41 2006
|
|
+++ plugin.c Tue May 16 19:16:29 2006
|
|
@@ -98,7 +98,11 @@
|
|
#ifdef STATIC_DESKNO
|
|
REGISTER_PLUGIN_CLASS(deskno_plugin_class, 0);
|
|
#endif
|
|
-
|
|
+
|
|
+#if defined(STATIC_CPU) && defined(PLUGIN_CPU)
|
|
+ REGISTER_PLUGIN_CLASS(cpu_plugin_class, 0);
|
|
+#endif
|
|
+
|
|
RET();
|
|
}
|
|
|