aboutsummaryrefslogtreecommitdiff
path: root/ports/monkeys-audio/remove-certificate-step.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-11-18 01:30:37 +0800
committerGitHub <noreply@github.com>2020-11-17 09:30:37 -0800
commit3a716d9fccffbb91c605cc6b032badaf86614858 (patch)
treef9280562ea812a254760752e6164bd3f3afc7964 /ports/monkeys-audio/remove-certificate-step.patch
parent79d9a154d9631093f507da4b0032e5737606efaa (diff)
downloadvcpkg-3a716d9fccffbb91c605cc6b032badaf86614858.tar.gz
vcpkg-3a716d9fccffbb91c605cc6b032badaf86614858.zip
[vcpkg baseline][monkeys-audio] Update to 5.59 (#14586)
* [vcpkg baseline][monkeys-audio] Update to the new version * Update ports/monkeys-audio/portfile.cmake * Fix typo error in patch name * Refix typo
Diffstat (limited to 'ports/monkeys-audio/remove-certificate-step.patch')
-rw-r--r--ports/monkeys-audio/remove-certificate-step.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/ports/monkeys-audio/remove-certificate-step.patch b/ports/monkeys-audio/remove-certificate-step.patch
new file mode 100644
index 000000000..d06f5161b
--- /dev/null
+++ b/ports/monkeys-audio/remove-certificate-step.patch
@@ -0,0 +1,26 @@
+diff --git a/Source/Projects/VS2019/Console/Console.vcxproj b/Source/Projects/VS2019/Console/Console.vcxproj
+index 164608f..feeb163 100644
+--- a/Source/Projects/VS2019/Console/Console.vcxproj
++++ b/Source/Projects/VS2019/Console/Console.vcxproj
+@@ -180,10 +180,6 @@
+ <DataExecutionPrevention />
+ <TargetMachine>MachineX86</TargetMachine>
+ </Link>
+- <PostBuildEvent>
+- <Command>C:\MAC\Current\Source\Certificate\signtool.exe sign /t http://timestamp.digicert.com /f C:\MAC\Current\Source\Certificate\MAC2.crt /v "$(TargetPath)"
+-C:\MAC\Current\Source\Certificate\signtool.exe sign /f C:\MAC\Current\Source\Certificate\MAC2.crt /tr http://timestamp.comodoca.com /td sha256 /fd sha256 /a /as "$(TargetPath)"</Command>
+- </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Midl>
+@@ -273,10 +269,6 @@ C:\MAC\Current\Source\Certificate\signtool.exe sign /f C:\MAC\Current\Source\Cer
+ <DataExecutionPrevention />
+ <TargetMachine>MachineX64</TargetMachine>
+ </Link>
+- <PostBuildEvent>
+- <Command>C:\MAC\Current\Source\Certificate\signtool.exe sign /t http://timestamp.digicert.com /f C:\MAC\Current\Source\Certificate\MAC2.crt /v "$(TargetPath)"
+-C:\MAC\Current\Source\Certificate\signtool.exe sign /f C:\MAC\Current\Source\Certificate\MAC2.crt /tr http://timestamp.comodoca.com /td sha256 /fd sha256 /a /as "$(TargetPath)"</Command>
+- </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\..\Console\Console.cpp">