diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-17 09:45:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-17 09:45:15 +0200 |
commit | 4667e8f35c5fdc8d6b25e9560f04e7e732369483 (patch) | |
tree | 6f535fa26b145122ea6b116459a509787307e766 /package/tcsh/patches | |
parent | b1036896e8447095727cf7bf982f358d4ecca761 (diff) |
update to latest upstream version
Diffstat (limited to 'package/tcsh/patches')
-rw-r--r-- | package/tcsh/patches/patch-Makefile_in | 12 | ||||
-rw-r--r-- | package/tcsh/patches/patch-config_linux | 10 |
2 files changed, 0 insertions, 22 deletions
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 diff --git a/package/tcsh/patches/patch-config_linux b/package/tcsh/patches/patch-config_linux deleted file mode 100644 index bec2a22e4..000000000 --- a/package/tcsh/patches/patch-config_linux +++ /dev/null @@ -1,10 +0,0 @@ ---- tcsh-6.17.00.orig/config/linux 2006-01-12 20:55:39.000000000 +0100 -+++ tcsh-6.17.00/config/linux 2010-01-06 18:45:10.937855487 +0100 -@@ -106,6 +106,6 @@ - #endif - #define ECHO_STYLE BOTH_ECHO - --#define NLS_CATALOGS -+#undef NLS_CATALOGS - - #endif /* _h_config */ |