office-gobmx/external/gpgmepp/w32-build-fixes-2.patch
Thorsten Behrens d400009e7c gpg4libre: update gpgme, libassuan and libgpg-error
seen upstream & removed here:

- external/gpgmepp/add-gpgme_set_global_flag-wrapper.patch
- external/gpgmepp/version.patch
- external/libgpg-error/clang-cl.patch
- external/libgpg-error/libgpg-error_gawk5.patch

Change-Id: Iea2b681fa839ae55cb954c2ad3edf4291b149dbe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/61322
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-13 00:29:09 +02:00

22 lines
568 B
Diff

Avoid MFC dependency - can go with very basic includes instead
--- src/versioninfo.rc.in~ 2017-03-28 15:12:30.000000000 +0200
+++ src/versioninfo.rc.in 2017-11-29 04:22:18.607421900 +0100
@@ -14,7 +14,6 @@
#line __LINE__ "versioninfo.rc.in"
-#include <afxres.h>
VS_VERSION_INFO VERSIONINFO
--- lang/cpp/src/importresult.cpp~ 2020-06-11 16:00:46.410830500 +0200
+++ lang/cpp/src/importresult.cpp 2020-06-11 16:00:25.987900000 +0200
@@ -35,7 +35,6 @@
#include <cstring>
#include <string.h>
-#include <strings.h>
#include <istream>
#include <iterator>