From e6e0562cedf8a89458de3fed1678dac7da1ea54c Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 9 Dec 2021 13:21:07 +0100 Subject: [PATCH] spns #26622: medfile windows file opening in binary mode --- products/medfile.pyconf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/products/medfile.pyconf b/products/medfile.pyconf index 50cb73d..72671d0 100644 --- a/products/medfile.pyconf +++ b/products/medfile.pyconf @@ -31,6 +31,17 @@ default_Autotools : build_depend : [] } +# needed in order to screen with windows version - see below +version_4_1_1 : +{ + patches : [] +} + +version_4_1_1_win : +{ + patches : ['med-4.1.0_win_3x_files_support.patch'] +} + # needed in order to screen with windows version - see below version_4_1_0 : { -- 2.39.2