aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/mpir/CONTROL2
-rw-r--r--ports/mpir/enable-runtimelibrary-toggle.patch3
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/mpir/CONTROL b/ports/mpir/CONTROL
index 59e80a6a8..5a944e6bd 100644
--- a/ports/mpir/CONTROL
+++ b/ports/mpir/CONTROL
@@ -1,3 +1,3 @@
Source: mpir
-Version: 3.0.0-6
+Version: 3.0.0-7
Description: Multiple Precision Integers and Rationals.
diff --git a/ports/mpir/enable-runtimelibrary-toggle.patch b/ports/mpir/enable-runtimelibrary-toggle.patch
index d0260e869..391d4e103 100644
--- a/ports/mpir/enable-runtimelibrary-toggle.patch
+++ b/ports/mpir/enable-runtimelibrary-toggle.patch
@@ -2,12 +2,13 @@ diff --git a/build.vc/mpir_debug_lib.props b/build.vc/mpir_debug_lib.props
index b2fd57b..3937570 100644
--- a/build.vc/mpir_debug_lib.props
+++ b/build.vc/mpir_debug_lib.props
-@@ -9,7 +9,7 @@
+@@ -9,7 +9,8 @@
<ItemDefinitionGroup>
<ClCompile>
<ObjectFileName>$(IntDir)dum\my\%(RelativeDir)</ObjectFileName>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <RuntimeLibrary>$(RuntimeLibrary)</RuntimeLibrary>
++ <DebugInformationFormat>OldStyle</DebugInformationFormat>
<ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
</ClCompile>
<Link>