summaryrefslogtreecommitdiff
path: root/packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-26 07:47:36 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-26 07:47:42 (GMT)
commitaa524934f5fcfedb91b03d2fec7a8dd4dd080aea (patch)
treeff5e58ebf6d3aa1fdff5fb1cf9888904f19cd4fa /packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
parent02d1503f6769be4ad8058b393d4245febced459f (diff)
parentdab2d8011ea67118348a6bd28ae3583960c1b5c3 (diff)
Merge branch 'remove-obsolete-versions' of https://github.com/cpackham/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch')
-rw-r--r--packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch75
1 files changed, 0 insertions, 75 deletions
diff --git a/packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch b/packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
deleted file mode 100644
index e400644..0000000
--- a/packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
+++ /dev/null
@@ -1,75 +0,0 @@
----
- gettext-tools/gnulib-lib/execute.c | 2 +-
- gettext-tools/gnulib-lib/spawn-pipe.c | 2 +-
- gettext-tools/gnulib-tests/test-environ.c | 2 +-
- gnulib-local/lib/execute.c.diff | 2 +-
- gnulib-local/lib/spawn-pipe.c.diff | 2 +-
- gnulib-local/tests/test-environ.c.diff | 2 +-
- 6 files changed, 6 insertions(+), 6 deletions(-)
-
---- a/gettext-tools/gnulib-lib/execute.c
-+++ b/gettext-tools/gnulib-lib/execute.c
-@@ -52,7 +52,7 @@
- __cygwin_environ variable on cygwin64:
- <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
- #if defined __CYGWIN__ && defined __x86_64__
--extern DLL_VARIABLE char **environ;
-+extern __attribute__((dllimport)) char **environ;
- #endif
-
-
---- a/gettext-tools/gnulib-lib/spawn-pipe.c
-+++ b/gettext-tools/gnulib-lib/spawn-pipe.c
-@@ -52,7 +52,7 @@
- __cygwin_environ variable on cygwin64:
- <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
- #if defined __CYGWIN__ && defined __x86_64__
--extern DLL_VARIABLE char **environ;
-+extern __attribute__((dllimport)) char **environ;
- #endif
-
-
---- a/gettext-tools/gnulib-tests/test-environ.c
-+++ b/gettext-tools/gnulib-tests/test-environ.c
-@@ -26,7 +26,7 @@
- __cygwin_environ variable on cygwin64:
- <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
- #if defined __CYGWIN__ && defined __x86_64__
--extern DLL_VARIABLE char **environ;
-+extern __attribute__((dllimport)) char **environ;
- #endif
-
- int
---- a/gnulib-local/lib/execute.c.diff
-+++ b/gnulib-local/lib/execute.c.diff
-@@ -10,7 +10,7 @@
- + __cygwin_environ variable on cygwin64:
- + <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
- +#if defined __CYGWIN__ && defined __x86_64__
--+extern DLL_VARIABLE char **environ;
-++extern __attribute__((dllimport)) char **environ;
- +#endif
- +
-
---- a/gnulib-local/lib/spawn-pipe.c.diff
-+++ b/gnulib-local/lib/spawn-pipe.c.diff
-@@ -10,7 +10,7 @@
- + __cygwin_environ variable on cygwin64:
- + <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
- +#if defined __CYGWIN__ && defined __x86_64__
--+extern DLL_VARIABLE char **environ;
-++extern __attribute__((dllimport)) char **environ;
- +#endif
- +
-
---- a/gnulib-local/tests/test-environ.c.diff
-+++ b/gnulib-local/tests/test-environ.c.diff
-@@ -10,7 +10,7 @@
- + __cygwin_environ variable on cygwin64:
- + <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. */
- +#if defined __CYGWIN__ && defined __x86_64__
--+extern DLL_VARIABLE char **environ;
-++extern __attribute__((dllimport)) char **environ;
- +#endif
- +
- int