components/lftp/patches/no_charset_alias.patch
author Milan Cermak <Milan.Cermak@oracle.com>
Tue, 18 Jun 2013 14:37:40 +0200
branchs11-update
changeset 2654 6c8b5b00a1c7
parent 236 b8597a028a7a
child 7868 691525412646
permissions -rw-r--r--
15797254 SUNBT7175895 Midnight Commander should be updated to 4.8.1.3 or later 16734069 MC needs to be made 64-bit

--- lib/Makefile.in.orig	Thu Jul 30 05:26:44 2009
+++ lib/Makefile.in	Thu Jul 30 05:28:59 2009
@@ -1649,6 +1649,8 @@
 	      need_charset_alias=true ;; \
 	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
 	      need_charset_alias=false ;; \
+	    solaris*) \
+	      need_charset_alias=false ;; \
 	    *) \
 	      need_charset_alias=true ;; \
 	  esac ; \