diff options
Diffstat (limited to 'comms/jsdr/files/patch-make-x64_jff-include.h')
-rw-r--r-- | comms/jsdr/files/patch-make-x64_jff-include.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/comms/jsdr/files/patch-make-x64_jff-include.h b/comms/jsdr/files/patch-make-x64_jff-include.h deleted file mode 100644 index e11450614793..000000000000 --- a/comms/jsdr/files/patch-make-x64_jff-include.h +++ /dev/null @@ -1,19 +0,0 @@ ---- make-x64/jff-include.h.orig -+++ make-x64/jff-include.h -@@ -32,10 +32,16 @@ - #include <complex> - #include <stdint.h> - -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - #ifndef __MINGW32__ -+#ifndef __FreeBSD__ - #include "alloca.h" - #endif -+#endif - - #ifdef __MINGW32__ - #define CURRENT_VERSION "4.1:x64" |