From 136224389c7401aa6bf983afb29de0ec9bff5daa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 May 2010 10:56:22 +0200 Subject: [PATCH] m4: add patch to fix build with glibc-2.12. --- srcpkgs/m4/patches/missing_S_ISDIR_reference.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/m4/patches/missing_S_ISDIR_reference.patch diff --git a/srcpkgs/m4/patches/missing_S_ISDIR_reference.patch b/srcpkgs/m4/patches/missing_S_ISDIR_reference.patch new file mode 100644 index 00000000000..613fa5fa552 --- /dev/null +++ b/srcpkgs/m4/patches/missing_S_ISDIR_reference.patch @@ -0,0 +1,13 @@ +--- src/path.c.orig 2010-05-10 10:53:12.000000000 +0200 ++++ src/path.c 2010-05-10 10:54:06.000000000 +0200 +@@ -24,6 +24,10 @@ + + #include "m4.h" + ++#include ++#include ++#include ++ + struct includes + { + struct includes *next; /* next directory to search */