mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
$NetBSD: patch-aa,v 1.6 2012/02/11 09:54:21 hiramatsu Exp $
|
|
|
|
Do not install charset.alias.
|
|
|
|
--- lib/Makefile.in.orig 2012-02-11 05:50:56.000000000 +0000
|
|
+++ lib/Makefile.in
|
|
@@ -2167,6 +2167,7 @@ install-exec-localcharset: all-local
|
|
else \
|
|
need_charset_alias=false ; \
|
|
fi ; \
|
|
+ need_charset_alias=false`# provided by pkgsrc/converters/libiconv`; \
|
|
if $$need_charset_alias; then \
|
|
$(mkinstalldirs) $(DESTDIR)$(libdir) ; \
|
|
fi ; \
|