From 368b4b672f58009cd76cb9c8e87f217e5c222668 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 2 Jun 2010 16:15:07 +0800 Subject: m4: Fix m4-native-1.4.14 build on Fedora13... The build error was a link failure not finding S_ISDIR which is a macro provided for the stat syscall.. --- recipes/m4/files/f13-compile.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/m4/files/f13-compile.patch (limited to 'recipes/m4/files/f13-compile.patch') diff --git a/recipes/m4/files/f13-compile.patch b/recipes/m4/files/f13-compile.patch new file mode 100644 index 0000000000..c69241adc5 --- /dev/null +++ b/recipes/m4/files/f13-compile.patch @@ -0,0 +1,16 @@ +Index: m4-1.4.14/src/path.c +=================================================================== +--- m4-1.4.14.orig/src/path.c ++++ m4-1.4.14/src/path.c +@@ -24,6 +24,11 @@ + + #include "m4.h" + ++#include ++#include ++#include ++ ++ + struct includes + { + struct includes *next; /* next directory to search */ -- cgit v1.2.3