ports/audio/codec2/files/patch-src__freedv_api.c
Yuri Victorovich 67729b7c8c audio/codec2: Update 0.7 -> 0.8.1
Port changes:
* Change MASTER_SITES
* Add LICENSE_FILE
* Move examples to ${EXAMPLESDIR}, add PORTEXAMPLES=*, remove them from pkg-plist

PR:		228281
Submitted by:	takefu@airport.fm
2018-09-04 06:34:50 +00:00

11 lines
232 B
C

--- src/freedv_api.c.orig 2018-05-24 09:41:22 UTC
+++ src/freedv_api.c
@@ -36,7 +36,7 @@
#ifdef __APPLE__
#include <malloc/malloc.h>
#else
-#include <malloc.h>
+#include <sys/malloc.h>
#endif /* __APPLE__ */
#include "fsk.h"