public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/files/
@ 2016-03-21 23:35 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2016-03-21 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     93915c28a70bb0189e5e072a3bd119917b5aa0df
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 23:33:52 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 23:35:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93915c28

sys-apps/findutils: fix gnulib patch backport #576818

 sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch b/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch
index bd695ff..925d7cf 100644
--- a/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch
+++ b/sys-apps/findutils/files/findutils-4.6.0-gnulib-mb.patch
@@ -18,16 +18,14 @@ otherwise we always get:
  m4/mbrtowc.m4 | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4
-index deb9f06..be2e9d6 100644
 --- a/configure
-+++ configure
++++ b/configure
 @@ -569,7 +569,7 @@ changequote([,])dnl
             int
             main (void)
             {
 -             return ! mbrtowc (&wc, "", 0, &mbs) == (size_t) -2;
-+             return ! mbrtowc (&wc, "", 0, &mbs) == (size_t) -2;
++             return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2;
             }
  _ACEOF
  if ac_fn_c_try_run "$LINENO"; then :


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-21 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 23:35 [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/files/ Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox