From f5c777d0a9c66baf6a56810647bc799fa37bb6b3 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sat, 8 Mar 2008 11:57:36 +0000 Subject: Added tcsh as a user request. git-svn-id: http://svn.telesphoreo.org/trunk@170 514c082c-b64e-11dc-b46d-3d985efe055d --- data/tcsh/gethost.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/tcsh/gethost.diff (limited to 'data/tcsh/gethost.diff') diff --git a/data/tcsh/gethost.diff b/data/tcsh/gethost.diff new file mode 100644 index 000000000..774c46aea --- /dev/null +++ b/data/tcsh/gethost.diff @@ -0,0 +1,12 @@ +diff -ru tcsh-6.15.00/Makefile.in tcsh-6.15.00+iPhone/Makefile.in +--- tcsh-6.15.00/Makefile.in 2006-08-24 20:56:31.000000000 +0000 ++++ tcsh-6.15.00+iPhone/Makefile.in 2008-03-03 13:07:58.000000000 +0000 +@@ -365,7 +365,7 @@ + + gethost: gethost.c sh.err.h tc.const.h sh.h + rm -f gethost +- ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} $(srcdir)/gethost.c ${LIBES} ${EXTRALIBS} ++ gcc -o gethost ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} $(srcdir)/gethost.c ${LIBES} + + tc.defs.c: gethost host.defs + @rm -f $@.tmp -- cgit v1.2.3