From 2de5acd6bd1c4de4ecd9cb2f2242d71b357a3d8f Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Mon, 25 May 2015 14:46:46 +0100 Subject: tcsh: update to 6.19.00 Signed-off-by: Nuno Goncalves --- utils/tcsh/patches/001-gethost | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 utils/tcsh/patches/001-gethost (limited to 'utils/tcsh/patches') diff --git a/utils/tcsh/patches/001-gethost b/utils/tcsh/patches/001-gethost new file mode 100644 index 000000000..b05e155de --- /dev/null +++ b/utils/tcsh/patches/001-gethost @@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -449,7 +449,7 @@ pure:$(P) ${OBJS} + + gethost: gethost.c sh.err.h tc.const.h sh.h + rm -f gethost +- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} $(srcdir)/gethost.c ++ ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} $(srcdir)/gethost.c + + tc.defs.c: gethost host.defs + @rm -f $@.tmp -- cgit v1.2.3