components/lftp/patches/no_charset_alias.patch
changeset 5955 db8f9a9b1108
parent 5954 110aa94bc082
child 5956 bab7092584c6
--- a/components/lftp/patches/no_charset_alias.patch	Fri May 06 07:05:31 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- 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 ; \