From 5d358fdb367c009eb3fe12bcbc1d6d8fc86b86d0 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Sat, 28 Jan 2006 09:03:43 +0000 Subject: [PATCH] Fix another PHP bug and unbreak build on amd64. Reported by: pointyhat via kris --- .../php5-mbstring/files/patch-oniguruma_regerror.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 converters/php5-mbstring/files/patch-oniguruma_regerror.c diff --git a/converters/php5-mbstring/files/patch-oniguruma_regerror.c b/converters/php5-mbstring/files/patch-oniguruma_regerror.c new file mode 100644 index 000000000000..969b57625924 --- /dev/null +++ b/converters/php5-mbstring/files/patch-oniguruma_regerror.c @@ -0,0 +1,10 @@ +--- oniguruma/regerror.c.orig Sat Jan 28 09:53:54 2006 ++++ oniguruma/regerror.c Sat Jan 28 09:56:58 2006 +@@ -27,6 +27,7 @@ + * SUCH DAMAGE. + */ + ++#include "config.h" + #include "regint.h" + #include /* for vsnprintf() */ +