ports/textproc/wdiff/patches/patch-lib_Makefile_in

15 lines
523 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 ;; \