17 lines
595 B
Plaintext
17 lines
595 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.4 2013/02/05 21:16:19 jasper Exp $
|
|
|
|
Do not install charset.alias, which is already provided by
|
|
converters/libiconv
|
|
|
|
--- lib/Makefile.in.orig Wed May 30 22:31:33 2012
|
|
+++ lib/Makefile.in Tue Feb 5 22:12:25 2013
|
|
@@ -1673,7 +1673,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 ;; \
|