File pd-define-HZ.diff of Package pd
--- src/x_misc.c.orig 2005-12-31 21:08:38.000000000 +0100 +++ src/x_misc.c 2006-09-30 16:54:14.000000000 +0200 @@ -25,6 +25,10 @@ #define HZ CLK_TCK #endif +#ifndef HZ +#define HZ 100 +#endif + /* -------------------------- random ------------------------------ */ /* this is strictly homebrew and untested. */