ports/audio/cmt/patches/patch-src_analogue_cpp

13 lines
318 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Don't use malloc.h header on OpenBSD.
--- src/analogue.cpp.orig Mon Nov 3 22:52:40 2014
+++ src/analogue.cpp Mon Nov 3 22:52:50 2014
@@ -24,7 +24,6 @@
/*****************************************************************************/
-#include <malloc.h>
#include <math.h>
#include <stdlib.h>
#include "cmt.h"