openbsd-ports/textproc/wdiff/patches/patch-lib_Makefile_in
sthen cda2667b6f update to wdiff 1.0.1, from Pascal Stumpf.
- while there, replace a poorly-formatted DESCR with newer text from upstream
2011-09-17 10:51:22 +00:00

17 lines
594 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.2 2011/09/17 10:51:22 sthen Exp $
Do not install charset.alias, which is already provided by
converters/libiconv
--- lib/Makefile.in.orig Thu Sep 15 13:59:54 2011
+++ lib/Makefile.in Fri Sep 16 21:50:05 2011
@@ -1561,7 +1561,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 ;; \