diff options
Diffstat (limited to 'audio/terminatorx/patches/patch-ae')
-rw-r--r-- | audio/terminatorx/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
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" |