diff options
| author | zi-m <53815290+zi-m@users.noreply.github.com> | 2019-08-23 18:20:10 +0200 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-23 09:20:10 -0700 |
| commit | bc5a1bf1a00d875da0440bd5dc5f80e19919688e (patch) | |
| tree | 0b07c4cf563eb141ec532a6fe4af42ed76463ea8 /ports/quickfix/CONTROL | |
| parent | 55f825071351985f37cac07d97e2ab2c7d3811bd (diff) | |
| download | vcpkg-bc5a1bf1a00d875da0440bd5dc5f80e19919688e.tar.gz vcpkg-bc5a1bf1a00d875da0440bd5dc5f80e19919688e.zip | |
[quickfix] Add new port (#7796)
* quickfix
* simplify patch and add _CRT_SECURE_NO_WARNINGS
* fix replace and add more _CRT_SECURE_NO_WARNINGS
* add _CRT_NONSTDC_NO_DEPRECATE
* win GetCurrentProcessId instead of getpid
* add _WINSOCK_DEPRECATED_NO_WARNINGS
* DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS for _M_ARM and _M_ARM64
Diffstat (limited to 'ports/quickfix/CONTROL')
| -rw-r--r-- | ports/quickfix/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/quickfix/CONTROL b/ports/quickfix/CONTROL new file mode 100644 index 000000000..b0d8e7d6b --- /dev/null +++ b/ports/quickfix/CONTROL @@ -0,0 +1,5 @@ +Source: quickfix +Version: 1.15.1 +Build-Depends: openssl +Homepage: https://github.com/quickfix/quickfix +Description: QuickFIX is a free and open source implementation of the FIX protocol. |
