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-21 07:56:07 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-21 09:24:31 (GMT)
commit793b2503458b874e58c9d7fafc68686ecb9fd071 (patch)
treee4094b478f5e109d1b21c6b134890d492f1514eb /packages/gettext/0.19.7/0002-Fix-static-Cygwin-x86_64-build-environ-is-always-dllimport.patch
parente4221734830d982a5974132cdd77607b9d2ca1bf (diff)
gettext: Remove obsolete versions
The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - gettext-0.19.7 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