Alien-patch
view release on metacpan or search on metacpan
patch/msys2-patch-2.7.1.patch view on Meta::CPAN
+ exit ;;
prep*:SunOS:5.*:*)
echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
exit ;;
diff -Naur patch-2.7.1/lib/gnulib.mk patch-2.7.1-p/lib/gnulib.mk
--- patch-2.7.1/lib/gnulib.mk 2012-09-28 20:40:58 +0400
+++ patch-2.7.1-p/lib/gnulib.mk 2013-02-24 13:46:08 +0400
@@ -572,7 +572,7 @@
case '$(host_os)' in \
darwin[56]*) \
need_charset_alias=true ;; \
- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
+ darwin* | cygwin* | msys* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
diff -Naur patch-2.7.1/m4/double-slash-root.m4 patch-2.7.1-p/m4/double-slash-root.m4
--- patch-2.7.1/m4/double-slash-root.m4 2012-08-01 06:44:13 +0400
+++ patch-2.7.1-p/m4/double-slash-root.m4 2013-02-24 13:47:12 +0400
@@ -16,7 +16,7 @@
# special semantics and is distinct from /, please report it to
# <bug-gnulib@gnu.org>.
case $host in
- *-cygwin | i370-ibm-openedition)
+ *-cygwin | *-msys | i370-ibm-openedition)
gl_cv_double_slash_root=yes ;;
( run in 0.319 second using v1.01-cache-2.11-cpan-4d50c553e7e )