From 4667e8f35c5fdc8d6b25e9560f04e7e732369483 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 17 Jul 2012 09:45:15 +0200 Subject: update to latest upstream version --- package/tcsh/patches/patch-Makefile_in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/tcsh/patches/patch-Makefile_in (limited to 'package/tcsh/patches/patch-Makefile_in') diff --git a/package/tcsh/patches/patch-Makefile_in b/package/tcsh/patches/patch-Makefile_in deleted file mode 100644 index 1f206f2b4..000000000 --- a/package/tcsh/patches/patch-Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -use host compiler and flags ---- tcsh-6.17.00.orig/Makefile.in 2009-06-25 00:09:05.000000000 +0200 -+++ tcsh-6.17.00/Makefile.in 2010-10-11 09:44:28.000000000 +0200 -@@ -365,7 +365,7 @@ pure:$(P) ${OBJS} - - 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} -+ ${CC_FOR_BUILD} -o gethost ${LDFLAGS_FOR_BUILD} ${CFLAGS_FOR_BUILD} ${CPPFLAGS_FOR_BUILD} $(srcdir)/gethost.c - - tc.defs.c: gethost host.defs - @rm -f $@.tmp -- cgit v1.2.3