aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl-windows/EnableWinARM32.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-11-04 07:59:02 +0100
committerGitHub <noreply@github.com>2020-11-03 22:59:02 -0800
commit63dccf771d0bf84f8a1e111c8b53a4057d4c0a18 (patch)
treef0e840ea56fc2959d27dced9df9dda4202ef1c99 /ports/openssl-windows/EnableWinARM32.patch
parentc4c020828aa1b743707876ffaeb0dccf091e96f5 (diff)
downloadvcpkg-63dccf771d0bf84f8a1e111c8b53a4057d4c0a18.tar.gz
vcpkg-63dccf771d0bf84f8a1e111c8b53a4057d4c0a18.zip
[OpenSSL] refactor openssl ports. (#14308)
Diffstat (limited to 'ports/openssl-windows/EnableWinARM32.patch')
-rw-r--r--ports/openssl-windows/EnableWinARM32.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/ports/openssl-windows/EnableWinARM32.patch b/ports/openssl-windows/EnableWinARM32.patch
deleted file mode 100644
index f1eedcb71..000000000
--- a/ports/openssl-windows/EnableWinARM32.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
-index dba96cba5e..7fd99959f1 100644
---- a/util/pl/VC-32.pl
-+++ b/util/pl/VC-32.pl
-@@ -261,6 +261,8 @@ if ($shlib && $FLAVOR !~ /CE/)
- {
- $mlflags.=" $lflags /dll";
- $lib_cflag.=" -D_WINDLL";
-+ if ($base_cflags !~ /-D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE/)
-+ {
- #
- # Engage Applink...
- #
-@@ -286,6 +288,7 @@ ___
- CRYPTOOBJ=ms\uptable.obj $(CRYPTOOBJ)
- ___
- }
-+ }
- elsif ($shlib && $FLAVOR =~ /CE/)
- {
- $mlflags.=" $lflags /dll";