diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-05 18:57:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-05 18:57:05 +0000 |
commit | 2e9ce6a0febb20aa7ad6d423c3a3665aef1061c8 (patch) | |
tree | 05fd655217e5077bee5d64d880ea00e556ed3a49 /audio/terminatorx/patches | |
parent | 2b6b457282d5ce727a0a85822faa8214e7fd4818 (diff) | |
download | pkgsrc-2e9ce6a0febb20aa7ad6d423c3a3665aef1061c8.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'audio/terminatorx/patches')
-rw-r--r-- | audio/terminatorx/patches/patch-ab | 12 | ||||
-rw-r--r-- | audio/terminatorx/patches/patch-ac | 13 | ||||
-rw-r--r-- | audio/terminatorx/patches/patch-ad | 13 | ||||
-rw-r--r-- | audio/terminatorx/patches/patch-ae | 13 | ||||
-rw-r--r-- | audio/terminatorx/patches/patch-af | 13 | ||||
-rw-r--r-- | audio/terminatorx/patches/patch-ag | 13 |
6 files changed, 77 insertions, 0 deletions
diff --git a/audio/terminatorx/patches/patch-ab b/audio/terminatorx/patches/patch-ab new file mode 100644 index 00000000000..bab9c4b0862 --- /dev/null +++ b/audio/terminatorx/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2007/08/05 18:57:06 joerg Exp $ + +--- src/tX_widget.c.orig 2007-08-05 18:25:29.000000000 +0000 ++++ src/tX_widget.c +@@ -29,7 +29,6 @@ + #include "tX_widget.h" + #include "tX_types.h" + #include "tX_global.h" +-#include <malloc.h> + #include <stdlib.h> + #include <string.h> + diff --git a/audio/terminatorx/patches/patch-ac b/audio/terminatorx/patches/patch-ac new file mode 100644 index 00000000000..5dc09e0059a --- /dev/null +++ b/audio/terminatorx/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2007/08/05 18:57:06 joerg Exp $ + +--- src/main.cc.orig 2007-08-05 18:25:55.000000000 +0000 ++++ src/main.cc +@@ -39,7 +39,7 @@ + + #include <stdio.h> + #include "tX_mastergui.h" +-#include <malloc.h> ++#include <stdlib.h> + #include <math.h> + #include <stdio.h> + #ifndef WIN32 diff --git a/audio/terminatorx/patches/patch-ad b/audio/terminatorx/patches/patch-ad new file mode 100644 index 00000000000..27f4541ef2a --- /dev/null +++ b/audio/terminatorx/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2007/08/05 18:57:06 joerg Exp $ + +--- src/tX_flash.c.orig 2007-08-05 18:26:20.000000000 +0000 ++++ src/tX_flash.c +@@ -28,7 +28,7 @@ + #include "tX_flash.h" + #include "tX_types.h" + #include "tX_global.h" +-#include <malloc.h> ++#include <stdlib.h> + + #ifndef WIN32 + #include <unistd.h> diff --git a/audio/terminatorx/patches/patch-ae b/audio/terminatorx/patches/patch-ae new file mode 100644 index 00000000000..e7b347df28b --- /dev/null +++ b/audio/terminatorx/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2007/08/05 18:57:06 joerg Exp $ + +--- src/tX_vtt.cc.orig 2007-08-05 18:28:09.000000000 +0000 ++++ src/tX_vtt.cc +@@ -29,7 +29,7 @@ + #include "tX_vtt.h" + #include "tX_global.h" + #include <stdio.h> +-#include "malloc.h" ++#include <stdlib.h> + #include <math.h> + #include "tX_mastergui.h" + #include "tX_sequencer.h" diff --git a/audio/terminatorx/patches/patch-af b/audio/terminatorx/patches/patch-af new file mode 100644 index 00000000000..99fa5555cea --- /dev/null +++ b/audio/terminatorx/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2007/08/05 18:57:06 joerg Exp $ + +--- src/tX_audiofile.cc.orig 2007-08-05 18:29:28.000000000 +0000 ++++ src/tX_audiofile.cc +@@ -39,7 +39,7 @@ + #include "tX_audiofile.h" + + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "wav_file.h" + #include "tX_loaddlg.h" + #include "tX_endian.h" diff --git a/audio/terminatorx/patches/patch-ag b/audio/terminatorx/patches/patch-ag new file mode 100644 index 00000000000..68d37581a4e --- /dev/null +++ b/audio/terminatorx/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2007/08/05 18:57:06 joerg Exp $ + +--- src/tX_seqpar.cc.orig 2007-08-05 18:29:59.000000000 +0000 ++++ src/tX_seqpar.cc +@@ -29,7 +29,7 @@ + #include "tX_sequencer.h" + #include "tX_extdial.h" + #include "tX_engine.h" +-#include <malloc.h> ++#include <stdlib.h> + + #define TX_SEQPAR_DEFAULT_SCALE 0.05 + |