17 lines
598 B
Plaintext
17 lines
598 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.2 2012/12/25 01:29:54 brad Exp $
|
|
|
|
No need to install charset.alias: an identical file is already
|
|
provided by libiconv.
|
|
|
|
--- lib/Makefile.in.orig Sat Dec 22 09:21:10 2012
|
|
+++ lib/Makefile.in Sun Dec 23 16:39:35 2012
|
|
@@ -1698,7 +1698,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 ;; \
|