$OpenBSD: patch-lib_Makefile_in,v 1.3 2012/06/01 09:10:20 pascal Exp $

Do not install charset.alias, which is already provided by 
converters/libiconv

--- lib/Makefile.in.orig	Sat May 19 20:59:19 2012
+++ lib/Makefile.in	Sun May 27 00:01:07 2012
@@ -1674,7 +1674,7 @@ install-exec-localcharset: all-local
 	  case '$(host_os)' in \
 	    darwin[56]*) \
 	      need_charset_alias=true ;; \
-	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
+	    darwin* | cygwin* | mingw* | pw32* | cegcc* | openbsd*) \
 	      need_charset_alias=false ;; \
 	    *) \
 	      need_charset_alias=true ;; \
