summaryrefslogtreecommitdiffstats
path: root/gettext-0.19.8.1-no-woe32dll.patch
blob: 49fafe1333c6b028262b4d78468ccec93f449495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"