From edb93864e8f71a72b1d169726c526f7130475c19 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 5 Dec 2017 00:39:54 -0600 Subject: cygwin-gettext 0.19.8.1 --- gettext-0.19.8.1-no-woe32dll.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 gettext-0.19.8.1-no-woe32dll.patch (limited to 'gettext-0.19.8.1-no-woe32dll.patch') diff --git a/gettext-0.19.8.1-no-woe32dll.patch b/gettext-0.19.8.1-no-woe32dll.patch new file mode 100644 index 0000000..49fafe1 --- /dev/null +++ b/gettext-0.19.8.1-no-woe32dll.patch @@ -0,0 +1,31 @@ +--- origsrc/gettext-0.19.8.1/gettext-tools/configure.ac 2016-06-09 17:56:00.000000000 -0500 ++++ src/gettext-0.19.8.1/gettext-tools/configure.ac 2016-10-10 02:10:37.323106300 -0500 +@@ -100,7 +100,7 @@ LT_LANG([Windows Resource]) + dnl On mingw and Cygwin, we can activate special Makefile rules which add + dnl version information to the shared libraries and executables. + case "$host_os" in +- mingw* | cygwin*) special_makefile_rules=woe32 ;; ++ mingw*) special_makefile_rules=woe32 ;; + os2*) special_makefile_rules=os2 ;; + *) special_makefile_rules=none ;; + esac +@@ -212,7 +212,7 @@ dnl must arrange to define the auxili + dnl exported variables _also_ in the static library. + if test "$enable_shared" = yes; then + case "$host_os" in +- mingw* | cygwin*) is_woe32dll=yes ;; ++ mingw*) is_woe32dll=yes ;; + *) is_woe32dll=no ;; + esac + else +--- origsrc/gettext-0.19.8.1/m4/woe32-dll.m4 2016-03-20 02:37:53.000000000 -0500 ++++ src/gettext-0.19.8.1/m4/woe32-dll.m4 2016-10-10 02:11:04.906081600 -0500 +@@ -30,7 +30,7 @@ AC_DEFUN([gl_WOE32_DLL], + [ + AC_REQUIRE([AC_CANONICAL_HOST]) + case "$host_os" in +- mingw* | cygwin*) ++ mingw*) + AC_MSG_CHECKING([for auto-import of symbols]) + AC_CACHE_VAL([gl_cv_ld_autoimport], [ + gl_save_LDFLAGS="$LDFLAGS" -- cgit