# HG changeset patch # User Mike Sullivan # Date 1403805463 25200 # Node ID 345be930b4bfc29aa33dcffb0de12b516311f3ba # Parent 0aecf0eafdd71183dec91d53d7077fd2fddc36f1 19000542 tcsh represents garbled letters to standard error after installing SRU17.5 diff -r 0aecf0eafdd7 -r 345be930b4bf components/tcsh/Makefile --- a/components/tcsh/Makefile Wed Jun 25 17:38:19 2014 -0700 +++ b/components/tcsh/Makefile Thu Jun 26 10:57:43 2014 -0700 @@ -52,6 +52,11 @@ CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin +# since we patch out AM_ICONV so we can run autoconf, +# the new configure doesn't look for iconv(3C), so +# we'll tell it here. +CFLAGS += -DHAVE_ICONV -DICONV_CONST= + CONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR) CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"