1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix another PHP bug and unbreak build on amd64.

Reported by:	pointyhat via kris
This commit is contained in:
Alex Dupre 2006-01-28 09:03:43 +00:00
parent a986780778
commit 5d358fdb36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154637

View File

@ -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 <stdio.h> /* for vsnprintf() */