First check in
This commit is contained in:
BIN
SRC/findutils-4.6.0.tar.gz
Normal file
BIN
SRC/findutils-4.6.0.tar.gz
Normal file
Binary file not shown.
BIN
SRC/findutils-4.6.0.tar.gz.sig
Normal file
BIN
SRC/findutils-4.6.0.tar.gz.sig
Normal file
Binary file not shown.
12
SRC/patches/01_test-fix.patch
Normal file
12
SRC/patches/01_test-fix.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur a/gl/m4/mbrtowc.m4 b/gl/m4/mbrtowc.m4
|
||||
--- a/gl/m4/mbrtowc.m4 2015-12-24 10:41:48.000000000 -0600
|
||||
+++ b/gl/m4/mbrtowc.m4 2016-09-24 13:02:03.404000000 -0500
|
||||
@@ -569,7 +569,7 @@
|
||||
int
|
||||
main (void)
|
||||
{
|
||||
- return ! mbrtowc (&wc, "", 0, &mbs) == (size_t) -2;
|
||||
+ return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2;
|
||||
}]])],
|
||||
[gl_cv_func_mbrtowc_empty_input=yes],
|
||||
[gl_cv_func_mbrtowc_empty_input=no],
|
||||
2
SRC/patches/README
Normal file
2
SRC/patches/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Place any patch files here and preface each with a number indicating
|
||||
the order of execution. Patch files are expected to use a .patch extension.
|
||||
Reference in New Issue
Block a user