mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 19:43:05 +08:00
[gmime] Fix crypto, remove stray patch (#43014)
This commit is contained in:
parent
1c896ecce3
commit
4b3b620141
@ -35,7 +35,6 @@ vcpkg_configure_make(
|
|||||||
ADD_BIN_TO_PATH # for iconv-detect
|
ADD_BIN_TO_PATH # for iconv-detect
|
||||||
OPTIONS
|
OPTIONS
|
||||||
${options}
|
${options}
|
||||||
--disable-crypto
|
|
||||||
--disable-glibtest
|
--disable-glibtest
|
||||||
--disable-introspection
|
--disable-introspection
|
||||||
--disable-vala
|
--disable-vala
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gmime",
|
"name": "gmime",
|
||||||
"version": "3.2.15",
|
"version": "3.2.15",
|
||||||
|
"port-version": 1,
|
||||||
"description": "GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME).",
|
"description": "GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME).",
|
||||||
"homepage": "https://github.com/jstedfast/gmime",
|
"homepage": "https://github.com/jstedfast/gmime",
|
||||||
"license": "LGPL-2.1-or-later",
|
"license": "LGPL-2.1-or-later",
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
diff --git a/gmime/gmime.h b/gmime/gmime.h
|
|
||||||
index ef6b93e..d3696ac 100644
|
|
||||||
--- a/gmime/gmime.h
|
|
||||||
+++ b/gmime/gmime.h
|
|
||||||
@@ -22,6 +22,10 @@
|
|
||||||
#ifndef __GMIME_H__
|
|
||||||
#define __GMIME_H__
|
|
||||||
|
|
||||||
+#ifdef _MSC_VER
|
|
||||||
+#include <BaseTsd.h>
|
|
||||||
+typedef SSIZE_T ssize_t;
|
|
||||||
+#endif
|
|
||||||
#include <glib.h>
|
|
||||||
#include <gmime/gmime-version.h>
|
|
||||||
#include <gmime/gmime-error.h>
|
|
@ -3194,7 +3194,7 @@
|
|||||||
},
|
},
|
||||||
"gmime": {
|
"gmime": {
|
||||||
"baseline": "3.2.15",
|
"baseline": "3.2.15",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"gmmlib": {
|
"gmmlib": {
|
||||||
"baseline": "22.5.2",
|
"baseline": "22.5.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "20b88d28331759f09ae3f9f0042b14ea7bd3df96",
|
||||||
|
"version": "3.2.15",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0317c90380341a0639221bed8e70dbf37de46b0c",
|
"git-tree": "0317c90380341a0639221bed8e70dbf37de46b0c",
|
||||||
"version": "3.2.15",
|
"version": "3.2.15",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user