diff options
author | David Schultz <das@FreeBSD.org> | 2005-02-13 05:37:22 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2005-02-13 05:37:22 +0000 |
commit | be0cb87607a8639577b2a2b7093d798542f63c51 (patch) | |
tree | 088c31a22fc887b81bcffcdc7651fc3427f72501 /audio/pd | |
parent | 9d2992ba95fc70c74b6a11287e4163916a929a16 (diff) |
Notes
Diffstat (limited to 'audio/pd')
-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 -- |