Browse Source

patch for findutils to compile with gcc > 4.2

(cherry picked from commit 2dfd17bbb790b5ebe223b9f37a5e5a11ad8753a6)
early
Nagy Karoly Gabriel 17 years ago
parent
commit
2c035f5990
  1. 11
      base/findutils/gcc-4.2.2.patch

11
base/findutils/gcc-4.2.2.patch

@ -0,0 +1,11 @@
Patch aquired from http://bugs.gentoo.org/show_bug.cgi?id=197326
--- ./gnulib/lib/mbuiter.h.orig 2007-02-11 19:17:09.000000000 +0200
+++ ./gnulib/lib/mbuiter.h 2007-11-19 18:42:23.439310475 +0200
@@ -94,6 +94,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
+#include <stddef.h>
/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
<wchar.h>.
Loading…
Cancel
Save