-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
285 changed files
with
82,264 additions
and
99,261 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
gvsbuild/patches/gettext/0001-gettext-tools-src-its-c.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- a/gettext-tools/src/its.c 2022-06-03 15:01:03.758890100 +0800 | ||
+++ b/gettext-tools/src/its.c 2022-06-03 14:52:09.356533100 +0800 | ||
@@ -23,6 +23,11 @@ | ||
/* Specification. */ | ||
#include "its.h" | ||
|
||
+/* we need to do this to import xmlFree properly from the libgettextlib DLL */ | ||
+#ifdef _MSC_VER | ||
+# undef LIBXML_STATIC | ||
+#endif | ||
+ | ||
#include <assert.h> | ||
#include <errno.h> | ||
#include "error.h" |
23 changes: 23 additions & 0 deletions
23
gvsbuild/patches/gettext/0002-gettext-tools-src-locating-rules-c.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- a/gettext-tools/src/locating-rule.c 2022-06-13 16:16:59.962064900 +0800 | ||
+++ b/gettext-tools/src/locating-rule.c 2022-06-13 16:17:04.033420200 +0800 | ||
@@ -27,15 +27,13 @@ | ||
#include "concat-filename.h" | ||
#include "c-strcase.h" | ||
|
||
-#if HAVE_DIRENT_H | ||
-# include <dirent.h> | ||
+/* we need to do this to import xmlFree properly from the libgettextlib DLL */ | ||
+#ifdef _MSC_VER | ||
+# undef LIBXML_STATIC | ||
#endif | ||
|
||
-#if HAVE_DIRENT_H | ||
-# define HAVE_DIR 1 | ||
-#else | ||
-# define HAVE_DIR 0 | ||
-#endif | ||
+#include <dirent.h> | ||
+#define HAVE_DIR 1 | ||
|
||
#include "dir-list.h" | ||
#include <errno.h> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.