diff options
Diffstat (limited to 'recipes/dcop/files/dcopidl-compile.patch')
-rw-r--r-- | recipes/dcop/files/dcopidl-compile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/dcop/files/dcopidl-compile.patch b/recipes/dcop/files/dcopidl-compile.patch new file mode 100644 index 0000000000..320112395f --- /dev/null +++ b/recipes/dcop/files/dcopidl-compile.patch @@ -0,0 +1,12 @@ +Index: dcopidl/yacc.cc +=================================================================== +--- dcopidl.orig/yacc.cc 2006-04-26 21:59:13.000000000 +0200 ++++ dcopidl/yacc.cc 2006-04-26 22:28:28.859672808 +0200 +@@ -213,7 +213,6 @@ + + ******************************************************************/ + +-#include <config.h> + + // Workaround for a bison issue: + // bison.simple concludes from _GNU_SOURCE that stpcpy is available, |