From bc2e7b096225f8c3834f3ee6afe1a263048b6798 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 20 Jun 2022 00:17:51 -0700 Subject: misc/edfbrowser: New port: Viewer, annotator, toolbox for timeseries files EEG, EMG, ECG, etc --- misc/edfbrowser/files/patch-global.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/edfbrowser/files/patch-global.h (limited to 'misc/edfbrowser/files/patch-global.h') diff --git a/misc/edfbrowser/files/patch-global.h b/misc/edfbrowser/files/patch-global.h new file mode 100644 index 000000000000..a6dd5007295f --- /dev/null +++ b/misc/edfbrowser/files/patch-global.h @@ -0,0 +1,11 @@ +--- global.h.orig 2022-06-20 06:40:34 UTC ++++ global.h +@@ -54,7 +54,7 @@ + + #include + +-#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) ++#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__FreeBSD__) + + #define fopeno fopen + -- cgit v1.2.3