summaryrefslogtreecommitdiff
path: root/data/tcsh/gethost.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/tcsh/gethost.diff')
-rw-r--r--data/tcsh/gethost.diff12
1 files changed, 12 insertions, 0 deletions
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