diff options
Diffstat (limited to 'app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch')
-rw-r--r-- | app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch b/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch deleted file mode 100644 index a454f0ff0f97..000000000000 --- a/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -r -N -u dos2unix-7.2.orig/test/Makefile dos2unix-7.2/test/Makefile ---- dos2unix-7.2.orig/test/Makefile 2014-12-26 23:53:46.000000000 +0100 -+++ dos2unix-7.2/test/Makefile 2015-02-16 13:05:52.829468088 +0100 -@@ -2,12 +2,10 @@ - - d2u_os=$(shell uname -s) - --# GB18030 test is not working on Cygwin and MSYS. They do not support zh_CN.GB18030 locale. --ifeq ($(findstring CYGWIN,$(d2u_os)),) --ifeq ($(findstring MSYS,$(d2u_os)),) -+# Checking WIN32 version in MSYS shell. -+ifeq ($(findstring MINGW,$(d2u_os)),MINGW) - TESTS += gb18030.t - endif --endif - - # Windows version does not support symlinks like the Unix version. - ifneq ($(findstring MINGW,$(d2u_os)),MINGW) |