diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-20 00:17:51 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-20 00:20:06 -0700 |
commit | bc2e7b096225f8c3834f3ee6afe1a263048b6798 (patch) | |
tree | eda9a9d387ae4ab2ed5d717d2883a50197b7138b /misc/edfbrowser/files/patch-global.h | |
parent | lang/solidity: update to 0.8.15 release (diff) |
misc/edfbrowser: New port: Viewer, annotator, toolbox for timeseries files EEG, EMG, ECG, etc
Diffstat (limited to 'misc/edfbrowser/files/patch-global.h')
-rw-r--r-- | misc/edfbrowser/files/patch-global.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 <stdio.h> + +-#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 + |