diff options
-rw-r--r-- | audio/pd/files/patch-src_t_main.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/pd/files/patch-src_t_main.c b/audio/pd/files/patch-src_t_main.c new file mode 100644 index 000000000000..cbc0e71138f1 --- /dev/null +++ b/audio/pd/files/patch-src_t_main.c @@ -0,0 +1,17 @@ +--- src/t_main.c.orig Sun Feb 13 00:32:01 2005 ++++ src/t_main.c Sun Feb 13 00:32:11 2005 +@@ -19,14 +19,6 @@ + #include <stdlib.h> + + /* +- * The following variable is a special hack that is needed in order for +- * Sun shared libraries to be used for Tcl. +- */ +- +-extern int matherr(void); +-int *tclDummyMathPtr = (int *) matherr; +- +-/* + *---------------------------------------------------------------------- + * + * main -- |